[oe-commits] Lukas Märdian : e-wm-config-illume2-shr: use palmpre config option and bump SRCREV

git version control git at git.openembedded.org
Fri Mar 25 19:13:51 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e7a96874f5b08316b3ee9741a5a4dcaa6b938926
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e7a96874f5b08316b3ee9741a5a4dcaa6b938926

Author: Lukas Märdian <lukasmaerdian at googlemail.com>
Date:   Thu Mar 24 00:38:52 2011 +0100

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 <lukasmaerdian at gmail.com>
Acked-by: Simon Busch <morphis at gravedo.de>

---

 recipes/shr/e-wm-config-illume2-shr_git.bb |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/recipes/shr/e-wm-config-illume2-shr_git.bb b/recipes/shr/e-wm-config-illume2-shr_git.bb
index 692d979..ce22f35 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"





More information about the Openembedded-commits mailing list