diff options
author | Binghua Guan <freebendy@gmail.com> | 2018-07-23 21:29:50 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-26 20:10:07 -0700 |
commit | e929ea7a18b0aa4d7767d2264d26fcc5c8dde688 (patch) | |
tree | f1610e98443efc0d988d83c5b2c3774c99a70f34 /meta-python | |
parent | b7e64bc2d762f96b1d98f62185d6c4bf86cd1158 (diff) | |
download | meta-openembedded-e929ea7a18b0aa4d7767d2264d26fcc5c8dde688.tar.gz |
python-cmd2: 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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb b/meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb index 74dbaefc1..95d2601cd 100644 --- a/meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb +++ b/meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb | |||
@@ -19,3 +19,5 @@ RDEPENDS_${PN} += "\ | |||
19 | ${PYTHON_PN}-threading \ | 19 | ${PYTHON_PN}-threading \ |
20 | ${PYTHON_PN}-textutils \ | 20 | ${PYTHON_PN}-textutils \ |
21 | " | 21 | " |
22 | |||
23 | BBCLASSEXTEND = "native nativesdk" | ||