]> code.ossystems Code Review - openembedded-core.git/commitdiff
dpkg-native: Fix perl path
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Dec 2011 23:59:59 +0000 (23:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:39:04 +0000 (16:39 +0000)
The path to the native perl was incorrect leading to rootfs failures. This
patch corrects that problem.

(From OE-Core rev: 044324465bd54d53ae768f3c1e7468ae0e0c6200)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg.inc

index a8486d935958c8cd9e645fd63d0b2cdcacb6daed..9929b3a73423c37681b35d5a6983d2e6a7fefa23 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Package maintenance system for Debian."
 LICENSE = "GPL"
 SECTION = "base"
 
-INC_PR = "r10"
+INC_PR = "r11"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \
            file://ignore_extra_fields.patch"
@@ -19,6 +19,7 @@ PARALLEL_MAKE = ""
 inherit autotools gettext perlnative
 
 export PERL_LIBDIR = "${libdir}/perl"
+PERL_LIBDIR_virtclass-native = "${libdir}/perl-native/perl"
 
 EXTRA_OECONF = "--without-static-progs \
                --without-dselect \