From 6b89cc186f86e4d2b36e94c7fcb0efadcd855cd2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 Dec 2005 23:02:06 +0000 Subject: 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 --- openembedded/packages/oh/osso-addressbook_0.0.bb | 29 ------------------------ 1 file changed, 29 deletions(-) delete mode 100755 openembedded/packages/oh/osso-addressbook_0.0.bb (limited to 'openembedded/packages/oh') 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 6f627bd20..000000000 --- a/openembedded/packages/oh/osso-addressbook_0.0.bb +++ /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 -} - -- cgit v1.2.3