diff options
| author | Roy Li <rongqing.li@windriver.com> | 2012-11-15 02:27:54 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-24 15:12:34 +0000 |
| commit | 10baa59425378ad6b4af57cb01a81ea8052fbf4c (patch) | |
| tree | 91d34d0278ea4999a1a2d0de80562e2ffac7a0ee /meta/recipes-connectivity/bind/bind_9.8.1.bb | |
| parent | 165ed2567057925d7aedc35d1bd5bfd71c008739 (diff) | |
| download | poky-10baa59425378ad6b4af57cb01a81ea8052fbf4c.tar.gz | |
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 <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind/bind_9.8.1.bb')
| -rw-r--r-- | meta/recipes-connectivity/bind/bind_9.8.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c" | 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c" |
| 7 | 7 | ||
| 8 | DEPENDS = "openssl libcap" | 8 | DEPENDS = "openssl libcap" |
| 9 | PR = "r3" | 9 | PR = "r4" |
| 10 | 10 | ||
| 11 | SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ | 11 | SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ |
| 12 | file://conf.patch \ | 12 | file://conf.patch \ |
| 13 | file://cross-build-fix.patch \ | 13 | file://cross-build-fix.patch \ |
| 14 | file://make-etc-initd-bind-stop-work.patch \ | ||
| 14 | " | 15 | " |
| 15 | 16 | ||
| 16 | SRC_URI[md5sum] = "cf31117c5d35af34d4c0702970ad9fb7" | 17 | SRC_URI[md5sum] = "cf31117c5d35af34d4c0702970ad9fb7" |
