diff options
Diffstat (limited to 'recipes/perl/perl_5.10.1.bb')
-rw-r--r-- | recipes/perl/perl_5.10.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb index b998afde37..d2068063b4 100644 --- a/recipes/perl/perl_5.10.1.bb +++ b/recipes/perl/perl_5.10.1.bb @@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL" PRIORITY = "optional" # We need gnugrep (for -I) DEPENDS = "virtual/db perl-native grep-native" -PR = "r2" +PR = "r4" # Not tested enough DEFAULT_PREFERENCE = "-1" @@ -49,7 +49,7 @@ CFLAGS += "-DDEBIAN" do_configure() { # Make hostperl in build directory be the native perl - cp -f ${HOSTPERL} hostperl + ln -sf ${HOSTPERL} hostperl # Do out work in the cross subdir cd Cross |