From: Florian Boor Date: Wed, 12 Sep 2007 16:16:05 +0000 (+0000) Subject: gpe-applauncher: Make a separate package for the machine specific configuration files. X-Git-Tag: Release-2010-05/1~8650^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31096d1a0fce8c7e58756ebde4917960ee35449;p=openembedded.git gpe-applauncher: Make a separate package for the machine specific configuration files. --- diff --git a/packages/gpephone/gpe-applauncher/.mtn2git_empty b/packages/gpephone/gpe-applauncher/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gpephone/gpe-applauncher_0.10.bb b/packages/gpephone/gpe-applauncher_0.10.bb index fbc47bd091..94f26c5589 100644 --- a/packages/gpephone/gpe-applauncher_0.10.bb +++ b/packages/gpephone/gpe-applauncher_0.10.bb @@ -2,11 +2,24 @@ LICENSE = "GPL" DESCRIPTION = "A cellphone application launcher." SECTION = "gpe" PRIORITY = "optional" -PR = "r0" +PR = "r1" + +SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" + +PACKAGES += "gpe-applauncher-config" +PACKAGE_ARCH_gpe-applauncher-config_fic-gta01 = "${MACHINE_ARCH}" DEPENDS = "gtk+ libgpewidget libgpephone libgpelaunch dbus-glib libsettings libxsettings-client" +RDEPENDS_${PN} += "gpe-applauncher-config" GPE_TARBALL_SUFFIX= "bz2" inherit gpephone autotools -FILES_${PN} += '${datadir}/themes' +SRC_URI += "file://hotkeys.conf" + +FILES_${PN} = '${datadir} ${bindir}' +FILES_gpe-applauncher-config = '${sysconfdir}/gpe/' + +do_configure_append () { + install ${WORKDIR}/hotkeys.conf ${S} +}