aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-12-09 15:26:36 +0000
committerTim Orling <ticotimo@gmail.com>2020-01-18 22:20:30 -0800
commit49717cf09de99192b8c78ae42686b945b14bdfc4 (patch)
tree32484f0bdd429106c58e40e767da4fc4d0a9cfaa
parenta1e12156ac0b794549114b3f491051868cfe16f6 (diff)
downloadmeta-python2-49717cf09de99192b8c78ae42686b945b14bdfc4.tar.gz
python-jsonpointer: enable native/nativesdk
(From meta-openembedded commit: 4d01d33f4214c6fb3e9768d286d53535cf681bfd) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-jsonpointer_2.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-jsonpointer_2.0.bb b/recipes-devtools/python/python-jsonpointer_2.0.bb
index 3db85c8..0a365ff 100644
--- a/recipes-devtools/python/python-jsonpointer_2.0.bb
+++ b/recipes-devtools/python/python-jsonpointer_2.0.bb
@@ -13,3 +13,5 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-json \
${PYTHON_PN}-re \
"
+
+BBCLASSEXTEND = "native nativesdk"