aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-prettytable_0.7.2.bb
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
commit3edfd6e5e7f5fd27e9d98555f0d56f70e48a4b61 (patch)
tree2a1c3cbbb9047185864e7e3ce09d7be22874e50e /recipes-devtools/python/python-prettytable_0.7.2.bb
parent0bea9406bedb4730dbe92893f91ca1067159b2e5 (diff)
downloadmeta-python2-3edfd6e5e7f5fd27e9d98555f0d56f70e48a4b61.tar.gz
python-prettytable: add native and nativesdk
(From meta-openembedded commit: b7e64bc2d762f96b1d98f62185d6c4bf86cd1158) Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-prettytable_0.7.2.bb')
-rw-r--r--recipes-devtools/python/python-prettytable_0.7.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-prettytable_0.7.2.bb b/recipes-devtools/python/python-prettytable_0.7.2.bb
index 6f4390e..406555a 100644
--- a/recipes-devtools/python/python-prettytable_0.7.2.bb
+++ b/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"