aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2018-07-23 21:29:49 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-26 20:10:07 -0700
commitb7e64bc2d762f96b1d98f62185d6c4bf86cd1158 (patch)
treec55ce20cdafd397555c8f0feb215a61d05e74d33 /meta-python/recipes-devtools
parent8760980fccbb0419e6562719c9efb8a2260fe819 (diff)
downloadmeta-openembedded-contrib-b7e64bc2d762f96b1d98f62185d6c4bf86cd1158.tar.gz
python-prettytable: add native and nativesdk
Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb b/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb
index 6f4390e24c..406555ac33 100644
--- a/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb
+++ b/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb
@@ -23,3 +23,5 @@ do_install_append() {
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/PrettyTable/"
UPSTREAM_CHECK_REGEX = "/PrettyTable/(?P<pver>(\d+[\.\-_]*)+)"
+
+BBCLASSEXTEND = "native nativesdk"