From 10baa59425378ad6b4af57cb01a81ea8052fbf4c Mon Sep 17 00:00:00 2001 From: Roy Li Date: Thu, 15 Nov 2012 02:27:54 +0000 Subject: bind: make "/etc/init.d/bind stop" work Add some configurations, make rndc command be able to controls the named daemon. (From OE-Core rev: 9ad8f7c2bae021269e9a8e35f9fc44a16d23bb6f) Signed-off-by: Roy Li Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bind/bind_9.8.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/bind/bind_9.8.1.bb') diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb index 2efd09de23..23ff0b459e 100644 --- a/meta/recipes-connectivity/bind/bind_9.8.1.bb +++ b/meta/recipes-connectivity/bind/bind_9.8.1.bb @@ -6,11 +6,12 @@ LICENSE = "ISC & BSD" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c" DEPENDS = "openssl libcap" -PR = "r3" +PR = "r4" SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ file://conf.patch \ file://cross-build-fix.patch \ + file://make-etc-initd-bind-stop-work.patch \ " SRC_URI[md5sum] = "cf31117c5d35af34d4c0702970ad9fb7" -- cgit v1.2.3-54-g00ecf