Home
last modified time | relevance | path

Searched refs:PERL (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/
H A Dnoperlcheck.patch4 correct value of PERL being passed in.
18 -AC_PATH_PROG(PERL, perl)
19 if test -z "$PERL"; then
23 -$PERL -e "use 5.8.1;" > /dev/null 2>&1
27 - PERL_VERSION="`$PERL -e \"printf '%vd', $^V\"`"
31 -if `$PERL -e "require XML::Parser" 2>/dev/null`; then
35 + AC_MSG_ERROR([PERL variable not set])
37 +AC_SUBST(PERL)
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Dfixed-perl-path.patch7 otherwise @PERL@ will be replaced to perl-native binary,
12 1. configure.ac should differentiate PERL and HOSTPERL
31 -#! @PERL@
41 -#! @PERL@
51 -#! @PERL@
/openbmc/openbmc/poky/meta/recipes-devtools/automake/
H A Dautomake_1.17.bb30 PERL = "${USRBINPATH}/perl"
31 PERL:class-native = "${USRBINPATH}/env perl"
32 PERL:class-nativesdk = "${USRBINPATH}/env perl"
34 CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'"
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dman-host-perl.patch21 - PERL="$(PERL)"; \
27 - export PATH PERL PACKAGE_NAME VERSION RELEASE_YEAR; \
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/
H A Dintltool_0.51.0.bb24 export PERL = "${bindir}/env perl"
25 PERL:class-native = "/usr/bin/env nativeperl"
26 PERL:class-nativesdk = "/usr/bin/env perl"
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/
H A Dautoconf_2.72.bb64 PERL = "${USRBINPATH}/perl"
65 PERL:class-native = "/usr/bin/env perl"
66 PERL:class-nativesdk = "/usr/bin/env perl"
68 CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0007-configure-fix-incorrect-variable.patch23 - @(cd perl ; $(MAKE) LD_RUN_PATH="$(libdir):`$(PERL) -e 'use Config; print qq($$Config{archlibexp}…
24 + @(cd perl ; $(MAKE) LD_RUN_PATH="$(libdir):`$(PERL) -e 'use Config; print qq($$Config{installpriv…
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/
H A D0001-Makefile.am-suppress-perllocal.pod.patch21 - $(PERL) $< PREFIX=$(prefix) MAKEFILE=$@
22 + $(PERL) $< PREFIX=$(prefix) MAKEFILE=$@ NO_PERLLOCAL=1
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0001-configure-don-t-report-error-when-the-path-of-Perl-c.patch7 In order to make setting PERL to "/usr/bin/env perl" works well, patch
23 @@ -3514,7 +3514,7 @@ case $PERL in
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch29 $self->{PERL} ||=
33 my $perl = $self->{PERL};
H A Ddeterminism.patch44 qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/psutils/
H A Dpsutils_2.10.bb9 export PERL = "/usr/bin/env perl"
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11/
H A Ddisable_tests.patch26 -LOG_COMPILER = $(PERL)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/
H A Denscript_1.6.6.bb22 EXTRA_OECONF += "PERL='${USRBINPATH}/env perl'"
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/
H A Dquilt.inc37 find ${S} -name "*.in" -exec sed -i -e "1s,^#\!.*@PERL@ -w$,#\! @PERL@\nuse warnings;," {} \;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dcompar_fn_t.patch26 AC_PATH_PROGS(PERL, perl5 perl)
H A Dconfigurefix.patch58 AC_PATH_PROGS(PERL, perl5 perl)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/
H A Drrdtool_1.9.0.bb106 sed -i -e "s|^PERL = ${STAGING_BINDIR_NATIVE}/.*|PERL = /usr/bin/perl|g" \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mpich/
H A Dmpich_4.3.0.bb18 PERL='${USRBINPATH}/env perl' \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/gutenprint/
H A Dgutenprint_5.3.4.bb26 EXTRA_OECONF = "--without-doc --disable-test PERL=/usr/bin/perl"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcpan.bbclass26 …yes '' | perl ${EXTRA_PERLFLAGS} Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 PERL=…
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/
H A Devolution-data-server.bb63 sed -i "s|@PERL@|${bindir}/perl|" ${S}/src/tools/addressbook-export/csv2vcard.in
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ndisc6/
H A Dndisc6_1.0.8.bb20 EXTRA_OECONF += "PERL=${USRBINPATH}/perl"
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/
H A Ddpkg.inc16 PERL:class-native = "${STAGING_BINDIR_NATIVE}/perl-native/perl"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/
H A Dsquid_6.12.bb69 'PERL=${USRBINPATH}/env perl' \

12