aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-03-25 19:00:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 11:16:03 +0000
commit1cb1e5487be04da3af649026e9b66642f3d3ce30 (patch)
treef30cf69e81257a14988e7146e142ea71d674c2b4 /meta/recipes-connectivity
parente949f9a8fc337bd768c7e8a3fd082775a94e0ad4 (diff)
downloadopenembedded-core-1cb1e5487be04da3af649026e9b66642f3d3ce30.tar.gz
bind: fix no bind-utils package
Fix the typo: PACKAGES_preprend -> PACKAGES_prepend Signed-off-by: Robert Yang <liezhi.yang@windriver.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.bb2
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 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"