[oe-commits] Robert Yang : bind: fix no bind-utils package

git at git.openembedded.org git at git.openembedded.org
Tue Mar 25 21:18:56 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 1cb1e5487be04da3af649026e9b66642f3d3ce30
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1cb1e5487be04da3af649026e9b66642f3d3ce30

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Mar 25 19:00:11 2014 +0800

bind: fix no bind-utils package

Fix the typo:
PACKAGES_preprend -> PACKAGES_prepend

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 4d199d4..8c3cbed 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"
 



More information about the Openembedded-commits mailing list