+++ /dev/null
-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
-}
-
# 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"
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 \