[oe-commits] Michael 'Mickey' Lauer : task-cli-tools: ship s3c24xx always, it' s supersmall

GIT User account git at amethyst.openembedded.net
Fri Nov 28 09:03:47 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: dd2d70e621f189de037b00c828257b7b1d9cd9a4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dd2d70e621f189de037b00c828257b7b1d9cd9a4

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Nov 23 23:06:41 2008 +0100

task-cli-tools: ship s3c24xx always, it's supersmall
task-x11: the xserver subpackage needs to be architecture-specific

---

 packages/tasks/task-cli-tools.bb |    8 +-------
 packages/tasks/task-x11.bb       |    6 +++++-
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/packages/tasks/task-cli-tools.bb b/packages/tasks/task-cli-tools.bb
index e69c292..3295a59 100644
--- a/packages/tasks/task-cli-tools.bb
+++ b/packages/tasks/task-cli-tools.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A set of command line tools"
 SECTION = "console"
 LICENSE = "MIT"
 PV = "1.0"
-PR = "r1"
+PR = "r2"
 
 inherit task
 
@@ -18,12 +18,6 @@ RDEPENDS_${PN} = "\
   powertop \
   sysstat \
   tcpdump \
-"
-
-RDEPENDS_${PN}_append_om-gta01 = "\
-  s3c24xx-gpio \
-"
-RDEPENDS_${PN}_append_om-gta02 = "\
   s3c24xx-gpio \
 "
 
diff --git a/packages/tasks/task-x11.bb b/packages/tasks/task-x11.bb
index fe8dfff..1a50461 100644
--- a/packages/tasks/task-x11.bb
+++ b/packages/tasks/task-x11.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The X Window System -- install this task to get a client/server b
 SECTION = "x11/server"
 LICENSE = "MIT"
 PV = "1.0"
-PR = "r1"
+PR = "r2"
 
 # WORK IN PROGRESS
 
@@ -22,6 +22,9 @@ RRECOMMENDS_${PN} = "\
 # virtual/xserver won't work, since the kdrive recipes will build multiple xserver packages
 XSERVER ?= "xserver-kdrive-fbdev"
 
+# This is also the reason why we have to make this package machine specific :/
+PACKAGE_ARCH_${PN}-server = "${MACHINE_ARCH}"
+
 RDEPENDS_${PN}-server = "\
   ${XSERVER} \
 "
@@ -34,3 +37,4 @@ RDEPENDS_${PN}-utils = "\
   xset \
   xrandr \
 "
+





More information about the Openembedded-commits mailing list