diff options
author | Ross Burton <ross.burton@intel.com> | 2014-11-13 14:08:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:18:44 +0000 |
commit | b0811fe4a2097630e29eb85e5e4957c05134755c (patch) | |
tree | 49e8c979aafaa25536b8482d609af21aba31a8aa /meta/recipes-connectivity | |
parent | 8f21845460b8dc054c8bc0e1bc3679641468b515 (diff) | |
download | poky-b0811fe4a2097630e29eb85e5e4957c05134755c.tar.gz |
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)
(From OE-Core rev: 0475d37cde09d62667b3edf0a928c563ed7efc50)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.9.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" | |||
46 | 46 | ||
47 | RDEPENDS_${PN} = "python-core" | 47 | RDEPENDS_${PN} = "python-core" |
48 | 48 | ||
49 | PACKAGES_prepend = " ${PN}-utils " | 49 | PACKAGE_BEFORE_PN += "${PN}-utils" |
50 | FILES_${PN}-utils = "${bindir}/host ${bindir}/dig" | 50 | FILES_${PN}-utils = "${bindir}/host ${bindir}/dig" |
51 | FILES_${PN}-dev += "${bindir}/isc-config.h" | 51 | FILES_${PN}-dev += "${bindir}/isc-config.h" |
52 | FILES_${PN} += "${sbindir}/generate-rndc-key.sh" | 52 | FILES_${PN} += "${sbindir}/generate-rndc-key.sh" |