From 895cf8289568fa16ff9fbac41c18d3dd79aedf39 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 25 Mar 2014 19:00:11 +0800 Subject: bind: fix no bind-utils package Fix the typo: PACKAGES_preprend -> PACKAGES_prepend (From OE-Core rev: 1cb1e5487be04da3af649026e9b66642f3d3ce30) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bind/bind_9.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf