mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 21:32:13 +02:00
bind: fix no bind-utils package
Fix the typo: PACKAGES_preprend -> PACKAGES_prepend (From OE-Core rev: 1cb1e5487be04da3af649026e9b66642f3d3ce30) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ffa8bbf965
commit
895cf82895
@@ -36,7 +36,7 @@ PARALLEL_MAKE = ""
|
||||
|
||||
RDEPENDS_${PN} = "python-core"
|
||||
|
||||
PACKAGES_preprend = " ${PN}-utils "
|
||||
PACKAGES_prepend = " ${PN}-utils "
|
||||
FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/nslookup"
|
||||
FILES_${PN}-dev += "${bindir}/isc-config.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user