diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-12-22 23:02:06 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-12-22 23:02:06 +0000 |
| commit | 6b89cc186f86e4d2b36e94c7fcb0efadcd855cd2 (patch) | |
| tree | eb8e8aa347ecfa8e711c02996bb1d638ecb6f9f9 | |
| parent | 01a805c8841bc7dccc0eaa7a275d061259b1a2f6 (diff) | |
| download | poky-6b89cc186f86e4d2b36e94c7fcb0efadcd855cd2.tar.gz | |
Some PACKAGE_ARCH changes to help mutlibuild and misc
git-svn-id: https://svn.o-hand.com/repos/poky@208 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | openembedded/classes/native.bbclass | 1 | ||||
| -rw-r--r-- | openembedded/packages/meta/meta-oh.bb | 6 | ||||
| -rwxr-xr-x | openembedded/packages/oh/osso-addressbook_0.0.bb | 29 | ||||
| -rw-r--r-- | openembedded/packages/prism3-support/prism3-support_1.0.0.bb | 1 | ||||
| -rw-r--r-- | openembedded/packages/sysvinit/sysvinit_2.86.bb | 1 | ||||
| -rw-r--r-- | openembedded/packages/zaurus-updater/zaurus-updater.bb | 1 |
6 files changed, 6 insertions, 33 deletions
diff --git a/openembedded/classes/native.bbclass b/openembedded/classes/native.bbclass index 955a8ae646..f0a77d6e11 100644 --- a/openembedded/classes/native.bbclass +++ b/openembedded/classes/native.bbclass | |||
| @@ -5,6 +5,7 @@ inherit base | |||
| 5 | EXCLUDE_FROM_WORLD = "1" | 5 | EXCLUDE_FROM_WORLD = "1" |
| 6 | 6 | ||
| 7 | PACKAGES = "" | 7 | PACKAGES = "" |
| 8 | PACKAGE_ARCH = "native" | ||
| 8 | 9 | ||
| 9 | TARGET_ARCH = "${BUILD_ARCH}" | 10 | TARGET_ARCH = "${BUILD_ARCH}" |
| 10 | TARGET_OS = "${BUILD_OS}" | 11 | TARGET_OS = "${BUILD_OS}" |
diff --git a/openembedded/packages/meta/meta-oh.bb b/openembedded/packages/meta/meta-oh.bb index 482e3135e4..79e023c824 100644 --- a/openembedded/packages/meta/meta-oh.bb +++ b/openembedded/packages/meta/meta-oh.bb | |||
| @@ -2,7 +2,7 @@ PACKAGES = "oh-base-depends oh-task-base" | |||
| 2 | # oh-task-base | 2 | # oh-task-base |
| 3 | DESCRIPTION = "Meta-package for OpenedHand Palmtop Environment" | 3 | DESCRIPTION = "Meta-package for OpenedHand Palmtop Environment" |
| 4 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" | 4 | MAINTAINER = "Richard Purdie <richard@openedhand.com>" |
| 5 | PR = "r18" | 5 | PR = "r19" |
| 6 | 6 | ||
| 7 | ALLOW_EMPTY = "1" | 7 | ALLOW_EMPTY = "1" |
| 8 | 8 | ||
| @@ -31,7 +31,6 @@ oh-task-base = "\ | |||
| 31 | chkhinge26 \ | 31 | chkhinge26 \ |
| 32 | usbinit \ | 32 | usbinit \ |
| 33 | settings-daemon \ | 33 | settings-daemon \ |
| 34 | minimo \ | ||
| 35 | gtk+ \ | 34 | gtk+ \ |
| 36 | gtk-clearlooks-engine \ | 35 | gtk-clearlooks-engine \ |
| 37 | eds-dbus \ | 36 | eds-dbus \ |
| @@ -51,8 +50,7 @@ oh-task-base = "\ | |||
| 51 | sysfsutils \ | 50 | sysfsutils \ |
| 52 | xauth" | 51 | xauth" |
| 53 | 52 | ||
| 54 | # avahi-daemon \ | 53 | # minimo \ |
| 55 | # avahi-dnsconfd \ | ||
| 56 | # teleport \ | 54 | # teleport \ |
| 57 | # xst \ | 55 | # xst \ |
| 58 | # libgtkstylus \ | 56 | # 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 index 6f627bd207..0000000000 --- a/openembedded/packages/oh/osso-addressbook_0.0.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | SECTION = "x11" | ||
| 2 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus libgalago galago-daemon eds-feed" | ||
| 3 | RDEPENDS = "galago-daemon eds-feed" | ||
| 4 | PR = "r1" | ||
| 5 | |||
| 6 | SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz \ | ||
| 7 | file://stock_contact.png \ | ||
| 8 | file://stock_person.png \ | ||
| 9 | file://index.theme" | ||
| 10 | |||
| 11 | inherit autotools pkgconfig | ||
| 12 | |||
| 13 | do_install_append () { | ||
| 14 | install -d ${D}/${datadir}/icons/hicolor/48x48/stock/net | ||
| 15 | install -d ${D}/${datadir}/icons/hicolor/48x48/stock/generic | ||
| 16 | |||
| 17 | install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/icons/hicolor/48x48/stock/net | ||
| 18 | install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/icons/hicolor/48x48/stock/generic | ||
| 19 | install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor | ||
| 20 | } | ||
| 21 | |||
| 22 | FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ | ||
| 23 | ${datadir}/icons/hicolor/48x48/stock/*/*.png \ | ||
| 24 | ${datadir}/icons/hicolor/index.theme" | ||
| 25 | |||
| 26 | pkg_postinst_${PN} () { | ||
| 27 | gtk-update-icon-cache /usr/share/icons/hicolor | ||
| 28 | } | ||
| 29 | |||
diff --git a/openembedded/packages/prism3-support/prism3-support_1.0.0.bb b/openembedded/packages/prism3-support/prism3-support_1.0.0.bb index 762bd01e61..031fdf7e9c 100644 --- a/openembedded/packages/prism3-support/prism3-support_1.0.0.bb +++ b/openembedded/packages/prism3-support/prism3-support_1.0.0.bb | |||
| @@ -4,6 +4,7 @@ LICENSE = "GPL" | |||
| 4 | DEPENDS = "prism3-firmware hostap-utils" | 4 | DEPENDS = "prism3-firmware hostap-utils" |
| 5 | RDEPENDS = "prism3-firmware hostap-utils" | 5 | RDEPENDS = "prism3-firmware hostap-utils" |
| 6 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 6 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
| 7 | PACKAGE_ARCH = "all" | ||
| 7 | PR = "r0" | 8 | PR = "r0" |
| 8 | 9 | ||
| 9 | SRC_URI = "file://hostap-fw-load" | 10 | SRC_URI = "file://hostap-fw-load" |
diff --git a/openembedded/packages/sysvinit/sysvinit_2.86.bb b/openembedded/packages/sysvinit/sysvinit_2.86.bb index 7611d79cd9..0a8f78efcc 100644 --- a/openembedded/packages/sysvinit/sysvinit_2.86.bb +++ b/openembedded/packages/sysvinit/sysvinit_2.86.bb | |||
| @@ -7,6 +7,7 @@ PR = "r19" | |||
| 7 | 7 | ||
| 8 | # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. | 8 | # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. |
| 9 | # Set PACKAGE_ARCH appropriately. | 9 | # Set PACKAGE_ARCH appropriately. |
| 10 | PACKAGE_ARCH = "all" | ||
| 10 | PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}" |
| 11 | 12 | ||
| 12 | RDEPENDS_${PN} = "${PN}-inittab" | 13 | RDEPENDS_${PN} = "${PN}-inittab" |
diff --git a/openembedded/packages/zaurus-updater/zaurus-updater.bb b/openembedded/packages/zaurus-updater/zaurus-updater.bb index 7707e48eeb..ecbf353d2d 100644 --- a/openembedded/packages/zaurus-updater/zaurus-updater.bb +++ b/openembedded/packages/zaurus-updater/zaurus-updater.bb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update" | 1 | DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update" |
| 2 | DEPENDS = "encdec-updater-native" | 2 | DEPENDS = "encdec-updater-native" |
| 3 | LICENSE = "zaurus-updater" | 3 | LICENSE = "zaurus-updater" |
| 4 | PACKAGE_ARCH = "${MACHINE}" | ||
| 4 | PR = "r2" | 5 | PR = "r2" |
| 5 | 6 | ||
| 6 | SRC_URI = "file://updater.sh \ | 7 | SRC_URI = "file://updater.sh \ |
