From: Ross Burton Date: Thu, 13 Nov 2014 14:08:20 +0000 (+0000) Subject: bind: use PACKAGE_BEFORE_PN instead of PACKAGES_prepend X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0475d37cde09d62667b3edf0a928c563ed7efc50;p=openembedded-core.git bind: use PACKAGE_BEFORE_PN instead of PACKAGES_prepend Appending or prepending to PACKAGES breaks when the package is built natively, so use PACKAGE_BEFORE_PN instead. (From OE-Core rev: 23d7223a21582edefc4e30d76f94f8e81a543af9) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb b/meta/recipes-connectivity/bind/bind_9.9.5.bb index ebd38effa7..73f386e6f1 100644 --- a/meta/recipes-connectivity/bind/bind_9.9.5.bb +++ b/meta/recipes-connectivity/bind/bind_9.9.5.bb @@ -46,7 +46,7 @@ PARALLEL_MAKE = "" RDEPENDS_${PN} = "python-core" -PACKAGES_prepend = " ${PN}-utils " +PACKAGE_BEFORE_PN += "${PN}-utils" FILES_${PN}-utils = "${bindir}/host ${bindir}/dig" FILES_${PN}-dev += "${bindir}/isc-config.h" FILES_${PN} += "${sbindir}/generate-rndc-key.sh"