From: Lukas Märdian Date: Wed, 23 Mar 2011 23:38:52 +0000 (+0100) Subject: e-wm-config-illume2-shr: use palmpre config option and bump SRCREV X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a96874f5b08316b3ee9741a5a4dcaa6b938926;p=openembedded.git e-wm-config-illume2-shr: use palmpre config option and bump SRCREV * bump SRCREV and PR * set PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}" * add --enable-machine-palmpre to EXTRA_OECONF_palmpre * now a bigger illume-indicator (top-bar) is used for the palmpre Signed-off-by: Lukas Märdian Acked-by: Simon Busch --- diff --git a/recipes/shr/e-wm-config-illume2-shr_git.bb b/recipes/shr/e-wm-config-illume2-shr_git.bb index 692d979644..ce22f3547f 100644 --- a/recipes/shr/e-wm-config-illume2-shr_git.bb +++ b/recipes/shr/e-wm-config-illume2-shr_git.bb @@ -3,9 +3,9 @@ SECTION = "e/utils" DEPENDS = "eet" LICENSE = "MIT BSD" RDEPENDS_${PN} = "shr-e-gadgets" -SRCREV = "b166fa3c8f7160c0102877d32ee3ad09c8afaa7d" +SRCREV = "93f949eda771c792bcd8d341ed77811f099aca6f" PV = "1.2+gitr${SRCPV}" -PR = "r8" +PR = "r9" inherit e @@ -13,10 +13,17 @@ SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=ma S = "${WORKDIR}/git/e-wm/${PN}" +PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}" + EXTRA_OECONF = "\ --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ " +EXTRA_OECONF_palmpre = "\ + --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ + --enable-machine-palmpre \ +" + FILES_${PN} = "${datadir}/enlightenment/data/config/illume2-shr" ESYSACTIONS ?= "e-wm-sysactions"