summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch7
-rw-r--r--meta/recipes-connectivity/bind/bind_9.20.4.bb (renamed from meta/recipes-connectivity/bind/bind_9.20.3.bb)2
2 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
index 38d07cae39..2fa4ba1952 100644
--- a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
+++ b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
@@ -1,4 +1,4 @@
1From 5ae30329f168c1e8d2e0c3831988a4f3e9096e39 Mon Sep 17 00:00:00 2001 1From 0b3f9331639695300a1ec89e3020765ab1ef5e31 Mon Sep 17 00:00:00 2001
2From: Paul Gortmaker <paul.gortmaker@windriver.com> 2From: Paul Gortmaker <paul.gortmaker@windriver.com>
3Date: Tue, 9 Jun 2015 11:22:00 -0400 3Date: Tue, 9 Jun 2015 11:22:00 -0400
4Subject: [PATCH] bind: ensure searching for json headers searches sysroot 4Subject: [PATCH] bind: ensure searching for json headers searches sysroot
@@ -27,16 +27,15 @@ to make use of the combination some day.
27 27
28Upstream-Status: Inappropriate [OE Specific] 28Upstream-Status: Inappropriate [OE Specific]
29Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 29Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
30
31--- 30---
32 configure.ac | 2 +- 31 configure.ac | 2 +-
33 1 file changed, 1 insertion(+), 1 deletion(-) 32 1 file changed, 1 insertion(+), 1 deletion(-)
34 33
35diff --git a/configure.ac b/configure.ac 34diff --git a/configure.ac b/configure.ac
36index 2ab8ddd..92fe983 100644 35index 865b4d0..a80b6ce 100644
37--- a/configure.ac 36--- a/configure.ac
38+++ b/configure.ac 37+++ b/configure.ac
39@@ -761,7 +761,7 @@ AS_CASE([$with_lmdb], 38@@ -863,7 +863,7 @@ AS_CASE([$with_lmdb],
40 [no],[], 39 [no],[],
41 [auto|yes], [PKG_CHECK_MODULES([LMDB], [lmdb], 40 [auto|yes], [PKG_CHECK_MODULES([LMDB], [lmdb],
42 [ac_lib_lmdb_found=yes], 41 [ac_lib_lmdb_found=yes],
diff --git a/meta/recipes-connectivity/bind/bind_9.20.3.bb b/meta/recipes-connectivity/bind/bind_9.20.4.bb
index a77b030427..d9ea440fbd 100644
--- a/meta/recipes-connectivity/bind/bind_9.20.3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.20.4.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
20 file://0001-avoid-start-failure-with-bind-user.patch \ 20 file://0001-avoid-start-failure-with-bind-user.patch \
21 " 21 "
22 22
23SRC_URI[sha256sum] = "f90c2da1621299f56a2e6585a6fe459ec3efd6f2fdf84a8fbf31b40be7698a73" 23SRC_URI[sha256sum] = "3a8e1a05e00e3e9bc02bdffded7862faf7726ba76ba997f42ab487777bd8210b"
24 24
25UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" 25UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
26# follow the ESV versions divisible by 2 26# follow the ESV versions divisible by 2