All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] nativesdk-packagegroup-python: buildtools-tarball: Introduce NativeSDK package group
@ 2014-09-18  9:15 Marek Vasut
  2014-09-18  9:15 ` [PATCH 2/2] meta-toolchain-qt: Install full set of python modules in Qt SDK toolchain Marek Vasut
  2014-09-18 13:30 ` [PATCH 1/2] nativesdk-packagegroup-python: buildtools-tarball: Introduce NativeSDK package group Richard Purdie
  0 siblings, 2 replies; 10+ messages in thread
From: Marek Vasut @ 2014-09-18  9:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: Marek Vasut, koen

Introduce and use nativesdk-packagegroup-python , which contains all
necessary python components for the native SDK. Make use of this
package group in buildtools-tarball.bb immediatelly.

Signed-off-by: Marek Vasut <marex@denx.de>
---
 meta/recipes-core/meta/buildtools-tarball.bb       | 28 +----------------
 .../python/nativesdk-packagegroup-python.bb        | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+), 27 deletions(-)
 create mode 100644 meta/recipes-devtools/python/nativesdk-packagegroup-python.bb

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 62e1e0b..7d20238 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -8,33 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
 TOOLCHAIN_TARGET_TASK ?= ""
 
 TOOLCHAIN_HOST_TASK ?= "\
-    nativesdk-python-core \
-    nativesdk-python-textutils \
-    nativesdk-python-sqlite3 \
-    nativesdk-python-pickle \
-    nativesdk-python-logging \
-    nativesdk-python-elementtree \
-    nativesdk-python-curses \
-    nativesdk-python-compile \
-    nativesdk-python-compiler \
-    nativesdk-python-fcntl \
-    nativesdk-python-shell \
-    nativesdk-python-misc \
-    nativesdk-python-multiprocessing \
-    nativesdk-python-subprocess \
-    nativesdk-python-xmlrpc \
-    nativesdk-python-netclient \
-    nativesdk-python-netserver \
-    nativesdk-python-distutils \
-    nativesdk-python-unixadmin \
-    nativesdk-python-compression \
-    nativesdk-python-json \
-    nativesdk-python-unittest \
-    nativesdk-python-mmap \
-    nativesdk-python-difflib \
-    nativesdk-python-pprint \
-    nativesdk-python-git \
-    nativesdk-python-pkgutil \
+    nativesdk-packagegroup-python \
     nativesdk-ncurses-terminfo-base \
     nativesdk-chrpath \
     nativesdk-tar \
diff --git a/meta/recipes-devtools/python/nativesdk-packagegroup-python.bb b/meta/recipes-devtools/python/nativesdk-packagegroup-python.bb
new file mode 100644
index 0000000..fdc1006
--- /dev/null
+++ b/meta/recipes-devtools/python/nativesdk-packagegroup-python.bb
@@ -0,0 +1,36 @@
+SUMMARY = "NativeSDK Python package group"
+DESCRIPTION = "NativeSDK Python package group"
+PR = "r0"
+LICENSE = "MIT"
+
+inherit packagegroup
+
+RDEPENDS_${PN} = "				\
+	nativesdk-python-core			\
+	nativesdk-python-textutils		\
+	nativesdk-python-sqlite3		\
+	nativesdk-python-pickle			\
+	nativesdk-python-logging		\
+	nativesdk-python-elementtree		\
+	nativesdk-python-curses			\
+	nativesdk-python-compile		\
+	nativesdk-python-compiler		\
+	nativesdk-python-fcntl			\
+	nativesdk-python-shell			\
+	nativesdk-python-misc			\
+	nativesdk-python-multiprocessing	\
+	nativesdk-python-subprocess		\
+	nativesdk-python-xmlrpc			\
+	nativesdk-python-netclient		\
+	nativesdk-python-netserver		\
+	nativesdk-python-distutils		\
+	nativesdk-python-unixadmin		\
+	nativesdk-python-compression		\
+	nativesdk-python-json			\
+	nativesdk-python-unittest		\
+	nativesdk-python-mmap			\
+	nativesdk-python-difflib		\
+	nativesdk-python-pprint			\
+	nativesdk-python-git			\
+	nativesdk-python-pkgutil		\
+    "
-- 
2.0.0



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

end of thread, other threads:[~2014-09-19 17:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-18  9:15 [PATCH 1/2] nativesdk-packagegroup-python: buildtools-tarball: Introduce NativeSDK package group Marek Vasut
2014-09-18  9:15 ` [PATCH 2/2] meta-toolchain-qt: Install full set of python modules in Qt SDK toolchain Marek Vasut
2014-09-18 13:30 ` [PATCH 1/2] nativesdk-packagegroup-python: buildtools-tarball: Introduce NativeSDK package group Richard Purdie
2014-09-19  7:06   ` Marek Vasut
2014-09-19 16:13     ` Christopher Larson
2014-09-19 16:27       ` Marek Vasut
2014-09-19 16:42         ` Paul Eggleton
2014-09-19 16:52           ` Marek Vasut
2014-09-19 17:02           ` Christopher Larson
2014-09-19 17:08             ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.