Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
authorTom Rini <trini@embeddedalley.com>
Tue, 24 Feb 2009 16:17:20 +0000 (11:17 -0500)
committerTom Rini <trini@embeddedalley.com>
Tue, 24 Feb 2009 16:17:20 +0000 (11:17 -0500)
packages/dpkg/dpkg-native.inc

index 5d14527..771476f 100644 (file)
@@ -2,12 +2,16 @@ require dpkg.inc
 
 inherit native
 
-DEPENDS = "bzip2-native zlib-native virtual/update-alternatives-native"
+DEPENDS = "perl-native bzip2-native zlib-native virtual/update-alternatives-native"
+RDEPENDS = ""
 
 SRC_URI += "file://noman.patch;patch=1"
 FILESPATH += "dpkg-${PV}"
 
-PERL_LIBDIR = "${STAGING_LIBDIR}/perl"
+# We need to do this so our perl is picked up.
+do_configure_prepend() {
+       export PERL=${STAGING_BINDIR}/perl
+}
 
 EXTRA_OECONF = "--without-static-progs \
                --without-dselect \