diff options
author | Martin Kelly <mkelly@xevo.com> | 2020-03-24 15:48:28 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-24 19:58:50 -0700 |
commit | 71451129e7b45244f7d90dcdbacf7614033b1c73 (patch) | |
tree | ce5c4e08132836868025727d4110abe3f659fede /meta-python/recipes-devtools/python/python-msgpack.inc | |
parent | 98669e7a61e66d802e939a3fe032e795cc21ccb7 (diff) | |
download | meta-openembedded-71451129e7b45244f7d90dcdbacf7614033b1c73.tar.gz |
python-msgpack: add native,nativesdk support
This builds fine with native and nativesdk, so let's add it to the
package.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-msgpack.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-msgpack.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-msgpack.inc b/meta-python/recipes-devtools/python/python-msgpack.inc index adf5c3e9f9..dba5dc44f3 100644 --- a/meta-python/recipes-devtools/python/python-msgpack.inc +++ b/meta-python/recipes-devtools/python/python-msgpack.inc | |||
@@ -11,3 +11,5 @@ SRC_URI[sha256sum] = "ea3c2f859346fcd55fc46e96885301d9c2f7a36d453f5d8f2967840efa | |||
11 | RDEPENDS_${PN}_class-target += "\ | 11 | RDEPENDS_${PN}_class-target += "\ |
12 | ${PYTHON_PN}-io \ | 12 | ${PYTHON_PN}-io \ |
13 | " | 13 | " |
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||