mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c360dcbda8
commit
01e9ca3df6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user