mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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"
|
LICENSE = "copyleft-next-0.3.0"
|
||||||
LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe"
|
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 \
|
SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \
|
||||||
file://do-not-run-ldconfig-if-destdir-is-set.patch \
|
file://do-not-run-ldconfig-if-destdir-is-set.patch \
|
||||||
@@ -34,5 +34,3 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_${PN} = "udev wireless-regdb"
|
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