]> code.ossystems Code Review - openembedded-core.git/commitdiff
Some PACKAGE_ARCH changes to help mutlibuild and misc
authorRichard Purdie <richard@openedhand.com>
Thu, 22 Dec 2005 23:02:06 +0000 (23:02 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 22 Dec 2005 23:02:06 +0000 (23:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@208 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/classes/native.bbclass
openembedded/packages/meta/meta-oh.bb
openembedded/packages/oh/osso-addressbook_0.0.bb [deleted file]
openembedded/packages/prism3-support/prism3-support_1.0.0.bb
openembedded/packages/sysvinit/sysvinit_2.86.bb
openembedded/packages/zaurus-updater/zaurus-updater.bb

index 955a8ae646dee9ca9327e67c094c4e5d29449556..f0a77d6e1197d2742a4bd2a25011fd459f3c9d9a 100644 (file)
@@ -5,6 +5,7 @@ inherit base
 EXCLUDE_FROM_WORLD = "1"
 
 PACKAGES = ""
+PACKAGE_ARCH = "native"
 
 TARGET_ARCH = "${BUILD_ARCH}"
 TARGET_OS = "${BUILD_OS}"
index 482e3135e4208023af66836cdc8f97b5d730946b..79e023c824f06dbf5f38ed3e5896a2d45576ae0b 100644 (file)
@@ -2,7 +2,7 @@ PACKAGES = "oh-base-depends oh-task-base"
 # oh-task-base
 DESCRIPTION = "Meta-package for OpenedHand Palmtop Environment"
 MAINTAINER = "Richard Purdie <richard@openedhand.com>"
-PR = "r18"
+PR = "r19"
 
 ALLOW_EMPTY = "1"
 
@@ -31,7 +31,6 @@ oh-task-base = "\
     chkhinge26 \
     usbinit \
     settings-daemon \
-    minimo \
     gtk+ \
     gtk-clearlooks-engine \
     eds-dbus \
@@ -51,8 +50,7 @@ oh-task-base = "\
     sysfsutils \
     xauth"
 
-#    avahi-daemon \
-#    avahi-dnsconfd \
+#    minimo \
 #    teleport \
 #    xst \
 #    libgtkstylus \
diff --git a/openembedded/packages/oh/osso-addressbook_0.0.bb b/openembedded/packages/oh/osso-addressbook_0.0.bb
deleted file mode 100755 (executable)
index 6f627bd..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-SECTION = "x11"
-DEPENDS = "glib-2.0 gtk+ libglade eds-dbus libgalago galago-daemon eds-feed"
-RDEPENDS = "galago-daemon eds-feed"
-PR = "r1"
-
-SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz \
-          file://stock_contact.png \
-          file://stock_person.png \
-          file://index.theme"
-
-inherit autotools pkgconfig
-
-do_install_append () {
-       install -d ${D}/${datadir}/icons/hicolor/48x48/stock/net
-       install -d ${D}/${datadir}/icons/hicolor/48x48/stock/generic
-
-       install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/icons/hicolor/48x48/stock/net
-       install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/icons/hicolor/48x48/stock/generic
-       install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
-}
-
-FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \
-               ${datadir}/icons/hicolor/48x48/stock/*/*.png \
-               ${datadir}/icons/hicolor/index.theme"
-
-pkg_postinst_${PN} () {
-       gtk-update-icon-cache /usr/share/icons/hicolor
-}
-
index 762bd01e613080a5bef95436af4978fc21d9a185..031fdf7e9c890ee7551c03528997fa69df05f7d2 100644 (file)
@@ -4,6 +4,7 @@ LICENSE = "GPL"
 DEPENDS = "prism3-firmware hostap-utils"
 RDEPENDS = "prism3-firmware hostap-utils"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+PACKAGE_ARCH = "all"
 PR = "r0"
 
 SRC_URI = "file://hostap-fw-load"
index 7611d79cd9ea285437464e91671331f198bc2e24..0a8f78efccf4f08683695065289196c8f3ec6a2d 100644 (file)
@@ -7,6 +7,7 @@ PR = "r19"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.
+PACKAGE_ARCH = "all"
 PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}"
 
 RDEPENDS_${PN} = "${PN}-inittab"
index 7707e48eeb64f8207958d73625546c2856e8cec7..ecbf353d2df9f36f7ed0070aa73e20eed69bcaae 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update"
 DEPENDS = "encdec-updater-native"
 LICENSE = "zaurus-updater"
+PACKAGE_ARCH = "${MACHINE}"
 PR = "r2"
 
 SRC_URI = "file://updater.sh \