diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-11 20:41:29 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-14 07:16:58 -0700 |
| commit | 24514e48b24875cc7fc970566f5f9857c2cbfe8f (patch) | |
| tree | 9818e7e93d691f830cbe636fb1c2d5d4acf94ae0 | |
| parent | 8b81568595c663b5f1e496c8bbaec11f7f4adae9 (diff) | |
| download | meta-openembedded-24514e48b24875cc7fc970566f5f9857c2cbfe8f.tar.gz | |
ldns: blacklist due to openssl 3.x incompatibility
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index f49aa34807..11cf327b16 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
| @@ -269,7 +269,6 @@ RDEPENDS:packagegroup-meta-oe-devtools ="\ | |||
| 269 | yajl \ | 269 | yajl \ |
| 270 | yajl \ | 270 | yajl \ |
| 271 | kconfig-frontends \ | 271 | kconfig-frontends \ |
| 272 | ldns \ | ||
| 273 | libgee \ | 272 | libgee \ |
| 274 | libsombok3 \ | 273 | libsombok3 \ |
| 275 | lshw \ | 274 | lshw \ |
diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb b/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb index 2ce669154a..858614ceee 100644 --- a/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb +++ b/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb | |||
| @@ -8,6 +8,7 @@ SRC_URI[md5sum] = "166262a46995d9972aba417fd091acd5" | |||
| 8 | SRC_URI[sha256sum] = "8ac84c16bdca60e710eea75782356f3ac3b55680d40e1530d7cea474ac208229" | 8 | SRC_URI[sha256sum] = "8ac84c16bdca60e710eea75782356f3ac3b55680d40e1530d7cea474ac208229" |
| 9 | 9 | ||
| 10 | DEPENDS = "openssl" | 10 | DEPENDS = "openssl" |
| 11 | PNBLACKLIST[ldns] ?= "Needs porting to openssl 3.x" | ||
| 11 | 12 | ||
| 12 | inherit autotools-brokensep | 13 | inherit autotools-brokensep |
| 13 | 14 | ||
