Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe] [PATCH 2/7] python-mccabe: add native and nativesdk
       [not found] <20180723132950.4543-1-freebendy@gmail.com>
@ 2018-07-23 13:29 ` Binghua Guan
  2018-07-23 13:29 ` [meta-oe] [PATCH 3/7] python-pyperclip: " Binghua Guan
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Binghua Guan @ 2018-07-23 13:29 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Binghua Guan <freebendy@gmail.com>
---
 meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
index a86d15800..6b63cd780 100644
--- a/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
@@ -16,3 +16,5 @@ RDEPENDS_${PN} += " \
     python-prettytable \
     python-cmd2 \
     python-pyparsing"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe] [PATCH 3/7] python-pyperclip: add native and nativesdk
       [not found] <20180723132950.4543-1-freebendy@gmail.com>
  2018-07-23 13:29 ` [meta-oe] [PATCH 2/7] python-mccabe: add native and nativesdk Binghua Guan
@ 2018-07-23 13:29 ` Binghua Guan
  2018-07-23 13:29 ` [meta-oe] [PATCH 4/7] python-pep8: " Binghua Guan
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Binghua Guan @ 2018-07-23 13:29 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Binghua Guan <freebendy@gmail.com>
---
 meta-python/recipes-devtools/python/python-pyperclip.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-pyperclip.inc b/meta-python/recipes-devtools/python/python-pyperclip.inc
index 205038be8..4ee47eef5 100644
--- a/meta-python/recipes-devtools/python/python-pyperclip.inc
+++ b/meta-python/recipes-devtools/python/python-pyperclip.inc
@@ -10,3 +10,5 @@ inherit pypi
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-ctypes \
 "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe] [PATCH 4/7] python-pep8: add native and nativesdk
       [not found] <20180723132950.4543-1-freebendy@gmail.com>
  2018-07-23 13:29 ` [meta-oe] [PATCH 2/7] python-mccabe: add native and nativesdk Binghua Guan
  2018-07-23 13:29 ` [meta-oe] [PATCH 3/7] python-pyperclip: " Binghua Guan
@ 2018-07-23 13:29 ` Binghua Guan
  2018-07-23 13:29 ` [meta-oe] [PATCH 5/7] python-pyflakes: " Binghua Guan
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Binghua Guan @ 2018-07-23 13:29 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Binghua Guan <freebendy@gmail.com>
---
 meta-python/recipes-devtools/python/python-pep8_1.7.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python-pep8_1.7.1.bb
index b12d72d38..54ce9781a 100644
--- a/meta-python/recipes-devtools/python/python-pep8_1.7.1.bb
+++ b/meta-python/recipes-devtools/python/python-pep8_1.7.1.bb
@@ -12,3 +12,5 @@ RDEPENDS_${PN} += " \
     python-prettytable \
     python-cmd2 \
     python-pyparsing"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe] [PATCH 5/7] python-pyflakes: add native and nativesdk
       [not found] <20180723132950.4543-1-freebendy@gmail.com>
                   ` (2 preceding siblings ...)
  2018-07-23 13:29 ` [meta-oe] [PATCH 4/7] python-pep8: " Binghua Guan
@ 2018-07-23 13:29 ` Binghua Guan
  2018-07-23 13:29 ` [meta-oe] [PATCH 6/7] python-prettytable: " Binghua Guan
  2018-07-23 13:29 ` [meta-oe] [PATCH 7/7] python-cmd2: " Binghua Guan
  5 siblings, 0 replies; 6+ messages in thread
From: Binghua Guan @ 2018-07-23 13:29 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Binghua Guan <freebendy@gmail.com>
---
 meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb b/meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb
index 244485965..a16a880db 100644
--- a/meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb
+++ b/meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb
@@ -12,3 +12,5 @@ RDEPENDS_${PN} += " \
     ${PYTHON_PN}-prettytable \
     ${PYTHON_PN}-cmd2 \
     ${PYTHON_PN}-pyparsing"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe] [PATCH 6/7] python-prettytable: add native and nativesdk
       [not found] <20180723132950.4543-1-freebendy@gmail.com>
                   ` (3 preceding siblings ...)
  2018-07-23 13:29 ` [meta-oe] [PATCH 5/7] python-pyflakes: " Binghua Guan
@ 2018-07-23 13:29 ` Binghua Guan
  2018-07-23 13:29 ` [meta-oe] [PATCH 7/7] python-cmd2: " Binghua Guan
  5 siblings, 0 replies; 6+ messages in thread
From: Binghua Guan @ 2018-07-23 13:29 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Binghua Guan <freebendy@gmail.com>
---
 meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb | 2 ++
 1 file changed, 2 insertions(+)

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 6f4390e24..406555ac3 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"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-oe] [PATCH 7/7] python-cmd2: add native and nativesdk
       [not found] <20180723132950.4543-1-freebendy@gmail.com>
                   ` (4 preceding siblings ...)
  2018-07-23 13:29 ` [meta-oe] [PATCH 6/7] python-prettytable: " Binghua Guan
@ 2018-07-23 13:29 ` Binghua Guan
  5 siblings, 0 replies; 6+ messages in thread
From: Binghua Guan @ 2018-07-23 13:29 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Binghua Guan <freebendy@gmail.com>
---
 meta-python/recipes-devtools/python/python-cmd2_0.9.2.bb | 2 ++
 1 file changed, 2 insertions(+)

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} += "\
     ${PYTHON_PN}-threading \
     ${PYTHON_PN}-textutils \
     "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-23 13:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20180723132950.4543-1-freebendy@gmail.com>
2018-07-23 13:29 ` [meta-oe] [PATCH 2/7] python-mccabe: add native and nativesdk Binghua Guan
2018-07-23 13:29 ` [meta-oe] [PATCH 3/7] python-pyperclip: " Binghua Guan
2018-07-23 13:29 ` [meta-oe] [PATCH 4/7] python-pep8: " Binghua Guan
2018-07-23 13:29 ` [meta-oe] [PATCH 5/7] python-pyflakes: " Binghua Guan
2018-07-23 13:29 ` [meta-oe] [PATCH 6/7] python-prettytable: " Binghua Guan
2018-07-23 13:29 ` [meta-oe] [PATCH 7/7] python-cmd2: " Binghua Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox