mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
crda: add depends on python-typing-native
python-m2crypto-native requires python-typing-native. This fixed the build, remove blacklist. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a8463f3eec
commit
efbdd65403
@@ -4,7 +4,7 @@ SECTION = "net"
|
||||
LICENSE = "copyleft-next-0.3.0"
|
||||
LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe"
|
||||
|
||||
DEPENDS = "python-m2crypto-native python-native libgcrypt libnl openssl"
|
||||
DEPENDS = "python-m2crypto-native python-typing-native python-native libgcrypt libnl openssl"
|
||||
|
||||
SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \
|
||||
file://do-not-run-ldconfig-if-destdir-is-set.patch \
|
||||
@@ -34,5 +34,3 @@ do_install() {
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "udev wireless-regdb"
|
||||
|
||||
PNBLACKLIST[crda] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130675/"
|
||||
|
||||
Reference in New Issue
Block a user