diff options
author | Ross Burton <ross.burton@intel.com> | 2019-12-09 15:26:36 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-10 16:21:07 -0800 |
commit | 4d01d33f4214c6fb3e9768d286d53535cf681bfd (patch) | |
tree | 43a176c53bfb4c8cce6bf7e1d3d8570a86e5b3cd /meta-python/recipes-devtools/python/python-jsonpointer.inc | |
parent | dfc52e24f87b3d0845f6a0e57a947029e802d2d6 (diff) | |
download | meta-openembedded-4d01d33f4214c6fb3e9768d286d53535cf681bfd.tar.gz |
python-jsonpointer: enable native/nativesdk
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonpointer.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonpointer.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonpointer.inc b/meta-python/recipes-devtools/python/python-jsonpointer.inc index d36f0294a8..b6e4836ef2 100644 --- a/meta-python/recipes-devtools/python/python-jsonpointer.inc +++ b/meta-python/recipes-devtools/python/python-jsonpointer.inc | |||
@@ -11,3 +11,5 @@ SRC_URI[sha256sum] = "c192ba86648e05fdae4f08a17ec25180a9aef5008d973407b581798a83 | |||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS_${PN} += " \ |
12 | ${PYTHON_PN}-json \ | 12 | ${PYTHON_PN}-json \ |
13 | " | 13 | " |
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||