From 71451129e7b45244f7d90dcdbacf7614033b1c73 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Tue, 24 Mar 2020 15:48:28 -0700 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-msgpack.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-msgpack.inc') 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 RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-io \ " + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg