[oe-commits] Holger Hans Peter Freyther : tasks: Set PACKAGE_ARCH after inherit task

GIT User account git at amethyst.openembedded.net
Sun Nov 16 00:15:53 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6274bd5e651a1b4d94fde97f54a2df6ca6cc0614
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6274bd5e651a1b4d94fde97f54a2df6ca6cc0614

Author: Holger Hans Peter Freyther <zecke at openmoko.org>
Date:   Wed Oct  8 04:01:45 2008 +0200

tasks: Set PACKAGE_ARCH after inherit task
    Continue with d2ff2d4cd486e939c72b113fbfc808a743bd436e. Setting PACKAGE_ARCH
    before inherit task will set PACKAGE_ARCH to "all". In this case the package
    arch should be the machine as it contains a machine specific xserver.

    ALLOW_EMPTY is already set by thate bb class as well...

---

 packages/tasks/task-openmoko-basic.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/tasks/task-openmoko-basic.bb b/packages/tasks/task-openmoko-basic.bb
index c195d52..4f21f43 100644
--- a/packages/tasks/task-openmoko-basic.bb
+++ b/packages/tasks/task-openmoko-basic.bb
@@ -1,12 +1,11 @@
 DESCRIPTION = "Openmoko: Tasks for the Openmoko Linux Distribution"
 SECTION = "openmoko/base"
-ALLOW_EMPTY = "1"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
 LICENSE = "MIT"
-PR = "r0.04"
+PR = "r0.05"
 
 inherit task
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 PACKAGES = "task-openmoko-basic"
 
 DESCRIPTION_task-openmoko-qtopia-x11 = "Openmoko: Provide Window Manager, Om-settings and Om-installer"





More information about the Openembedded-commits mailing list