* [PATCH] dpkg-native: Fix perl path
@ 2011-12-02 0:04 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2011-12-02 0:04 UTC (permalink / raw)
To: openembedded-core
The path to the native perl was incorrect leading to rootfs failures. This
patch corrects that problem.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index bf345d6..2aecff5 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Package maintenance system for Debian."
LICENSE = "GPL"
SECTION = "base"
-INC_PR = "r11"
+INC_PR = "r15"
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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-02 0:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-02 0:04 [PATCH] dpkg-native: Fix perl path Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.