diff options
| author | Max Krummenacher <max.oss.09@gmail.com> | 2017-02-14 22:48:59 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-16 12:06:36 +0100 |
| commit | efbdd654031af423647af5255286ead78b459bed (patch) | |
| tree | 18fb3505a4117359ea6484dcc96b838564cc61e8 | |
| parent | a8463f3eec26befedb57f400996c8aee44848244 (diff) | |
| download | meta-openembedded-efbdd654031af423647af5255286ead78b459bed.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-connectivity/crda/crda_3.18.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb index 2aa9a09f70..82a297b33e 100644 --- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb +++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "net" | |||
| 4 | LICENSE = "copyleft-next-0.3.0" | 4 | LICENSE = "copyleft-next-0.3.0" |
| 5 | LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe" | 5 | LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe" |
| 6 | 6 | ||
| 7 | DEPENDS = "python-m2crypto-native python-native libgcrypt libnl openssl" | 7 | DEPENDS = "python-m2crypto-native python-typing-native python-native libgcrypt libnl openssl" |
| 8 | 8 | ||
| 9 | SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ | 9 | SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ |
| 10 | file://do-not-run-ldconfig-if-destdir-is-set.patch \ | 10 | file://do-not-run-ldconfig-if-destdir-is-set.patch \ |
| @@ -34,5 +34,3 @@ do_install() { | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | RDEPENDS_${PN} = "udev wireless-regdb" | 36 | RDEPENDS_${PN} = "udev wireless-regdb" |
| 37 | |||
| 38 | PNBLACKLIST[crda] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130675/" | ||
