* [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change
@ 2012-02-23 3:33 Dexuan Cui
2012-02-23 3:33 ` [PATCH 1/2] task-self-hosted: remove duplicate packages Dexuan Cui
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Dexuan Cui @ 2012-02-23 3:33 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 04bc2688f0cc0deb9fae5d13619e4e66e886e702:
misc: only for test. (2012-02-23 10:45:43 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/stage/master_under_test
Dexuan Cui (2):
task-self-hosted: remove duplicate packages
task-self-hosted: make the package lists alphabetical
meta/recipes-core/tasks/task-self-hosted.bb | 47 ++++++++++----------------
1 files changed, 18 insertions(+), 29 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] task-self-hosted: remove duplicate packages
2012-02-23 3:33 [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change Dexuan Cui
@ 2012-02-23 3:33 ` Dexuan Cui
2012-02-23 3:33 ` [PATCH 2/2] task-self-hosted: make the package lists alphabetical Dexuan Cui
2012-02-24 4:12 ` [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Dexuan Cui @ 2012-02-23 3:33 UTC (permalink / raw)
To: openembedded-core
The package names are specified more than once.
We only need to keep one for each of them, so let's remove the duplicated
ones.
This patch makes no actual change to the functionality of the recipe.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
meta/recipes-core/tasks/task-self-hosted.bb | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index 1678ac3..c9a8c49 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -30,12 +30,6 @@ RDEPENDS_task-self-hosted = "\
RDEPENDS_task-self-hosted-host-tools = "\
connman \
connman-plugin-ethernet \
- parted \
- e2fsprogs \
- e2fsprogs-mke2fs \
- e2fsprogs-tune2fs \
- e2fsprogs-e2fsck \
- e2fsprogs-fsck \
dhcp-client \
e2fsprogs \
e2fsprogs-e2fsck \
@@ -65,7 +59,6 @@ RDEPENDS_task-self-hosted-sdk = "\
cpp-symlinks \
ccache \
coreutils \
- diffutils \
distcc \
eglibc-utils \
file \
@@ -74,7 +67,6 @@ RDEPENDS_task-self-hosted-sdk = "\
gcc-symlinks \
g++ \
g++-symlinks \
- gettext \
intltool \
ldd \
less \
@@ -88,7 +80,6 @@ RDEPENDS_task-self-hosted-sdk = "\
pkgconfig \
quilt \
sed \
- tcl \
"
RDEPENDS_task-self-hosted-debug = " \
@@ -100,7 +91,6 @@ RDEPENDS_task-self-hosted-debug = " \
RDEPENDS_task-self-hosted-extended = "\
- binutils \
bzip2 \
chkconfig \
chrpath \
@@ -134,7 +124,6 @@ RDEPENDS_task-self-hosted-extended = "\
openssl \
opkg \
opkg-utils \
- parted \
patch \
perl \
perl-dev \
--
1.7.6
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] task-self-hosted: make the package lists alphabetical
2012-02-23 3:33 [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change Dexuan Cui
2012-02-23 3:33 ` [PATCH 1/2] task-self-hosted: remove duplicate packages Dexuan Cui
@ 2012-02-23 3:33 ` Dexuan Cui
2012-02-24 4:12 ` [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Dexuan Cui @ 2012-02-23 3:33 UTC (permalink / raw)
To: openembedded-core
This patch makes no actual change to the functionality of the recipe.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
meta/recipes-core/tasks/task-self-hosted.bb | 36 +++++++++++++-------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index c9a8c49..3c5fad6 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -53,20 +53,20 @@ RDEPENDS_task-self-hosted-host-tools = "\
RDEPENDS_task-self-hosted-sdk = "\
autoconf \
automake \
- binutils-symlinks \
binutils \
- cpp \
- cpp-symlinks \
+ binutils-symlinks \
ccache \
coreutils \
+ cpp \
+ cpp-symlinks \
distcc \
eglibc-utils \
file \
findutils \
- gcc \
- gcc-symlinks \
g++ \
g++-symlinks \
+ gcc \
+ gcc-symlinks \
intltool \
ldd \
less \
@@ -85,9 +85,9 @@ RDEPENDS_task-self-hosted-sdk = "\
RDEPENDS_task-self-hosted-debug = " \
gdb \
gdbserver \
- tcf-agent \
rsync \
- strace"
+ strace \
+ tcf-agent"
RDEPENDS_task-self-hosted-extended = "\
@@ -101,16 +101,17 @@ RDEPENDS_task-self-hosted-extended = "\
elfutils \
expat \
gamin \
+ gawk \
gdbm \
- git \
gettext \
gettext-runtime \
+ git \
grep \
groff \
- gawk \
+ gzip \
libaio \
- libxml2 \
libusb1 \
+ libxml2 \
lrzsz \
lsof \
lzo \
@@ -133,11 +134,13 @@ RDEPENDS_task-self-hosted-extended = "\
python \
python-compile \
python-compiler \
+ python-compression \
python-core \
python-curses \
python-datetime \
python-distutils \
python-elementtree \
+ python-email \
python-fcntl \
python-logging \
python-misc \
@@ -145,17 +148,15 @@ RDEPENDS_task-self-hosted-extended = "\
python-netclient \
python-netserver \
python-pickle \
+ python-pkgutil \
python-re \
python-rpm \
python-shell \
python-sqlite3 \
python-subprocess \
python-textutils \
- python-xmlrpc \
- python-email \
python-unixadmin \
- python-compression \
- python-pkgutil \
+ python-xmlrpc \
quota \
readline \
rpm \
@@ -164,12 +165,11 @@ RDEPENDS_task-self-hosted-extended = "\
sudo \
sysstat \
tar \
- gzip \
tcl \
texi2html \
texinfo \
- usbutils \
unzip \
+ usbutils \
watchdog \
wget \
which \
@@ -180,7 +180,7 @@ RDEPENDS_task-self-hosted-extended = "\
RDEPENDS_task-self-hosted-graphics = "\
- python-pygtk \
+ builder \
libgl \
libgl-dev \
libglu \
@@ -188,5 +188,5 @@ RDEPENDS_task-self-hosted-graphics = "\
libsdl \
libsdl-dev \
libx11-dev \
- builder \
+ python-pygtk \
"
--
1.7.6
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change
2012-02-23 3:33 [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change Dexuan Cui
2012-02-23 3:33 ` [PATCH 1/2] task-self-hosted: remove duplicate packages Dexuan Cui
2012-02-23 3:33 ` [PATCH 2/2] task-self-hosted: make the package lists alphabetical Dexuan Cui
@ 2012-02-24 4:12 ` Saul Wold
2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-02-24 4:12 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 02/22/2012 07:33 PM, Dexuan Cui wrote:
> The following changes since commit 04bc2688f0cc0deb9fae5d13619e4e66e886e702:
>
> misc: only for test. (2012-02-23 10:45:43 +0800)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/stage/master_under_test
>
> Dexuan Cui (2):
> task-self-hosted: remove duplicate packages
> task-self-hosted: make the package lists alphabetical
>
> meta/recipes-core/tasks/task-self-hosted.bb | 47 ++++++++++----------------
> 1 files changed, 18 insertions(+), 29 deletions(-)
>
Merged into OE-core
Thanks
Sau!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-24 4:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 3:33 [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change Dexuan Cui
2012-02-23 3:33 ` [PATCH 1/2] task-self-hosted: remove duplicate packages Dexuan Cui
2012-02-23 3:33 ` [PATCH 2/2] task-self-hosted: make the package lists alphabetical Dexuan Cui
2012-02-24 4:12 ` [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox