From: Robert Yang Date: Tue, 25 Mar 2014 11:00:11 +0000 (+0800) Subject: bind: fix no bind-utils package X-Git-Tag: 2015-4~3251 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1cb1e5487be04da3af649026e9b66642f3d3ce30;p=openembedded-core.git bind: fix no bind-utils package Fix the typo: PACKAGES_preprend -> PACKAGES_prepend Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb b/meta/recipes-connectivity/bind/bind_9.9.5.bb index 4d199d4c1a..8c3cbed339 100644 --- a/meta/recipes-connectivity/bind/bind_9.9.5.bb +++ b/meta/recipes-connectivity/bind/bind_9.9.5.bb @@ -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"