aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-common/matchbox-common_0.9.1.bb
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
committerCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
commit3c6efe8f8abc16668ca5e9cdf7a46665dac87172 (patch)
tree642c13416b99e80f0871cdc6668e832e635dfb48 /recipes/matchbox-common/matchbox-common_0.9.1.bb
parentc400c874f2ac9233b8a43a73309b6e7907289c54 (diff)
parent13fbe7253c95881ede787004a4c3a1c31502e5c6 (diff)
downloadopenembedded-3c6efe8f8abc16668ca5e9cdf7a46665dac87172.tar.gz
Merge branch 'master' into testing-nexttested_2010-11-12testing
Diffstat (limited to 'recipes/matchbox-common/matchbox-common_0.9.1.bb')
-rw-r--r--recipes/matchbox-common/matchbox-common_0.9.1.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/recipes/matchbox-common/matchbox-common_0.9.1.bb b/recipes/matchbox-common/matchbox-common_0.9.1.bb
index 1565258b7a..9a1f95eada 100644
--- a/recipes/matchbox-common/matchbox-common_0.9.1.bb
+++ b/recipes/matchbox-common/matchbox-common_0.9.1.bb
@@ -9,8 +9,15 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar
file://no-utilities-category.patch \
file://add-media-category.patch"
+SRC_URI_append_jlime = " http://jlime.com/downloads/development/software/matchbox-icons.tar.gz;name=addons \
+ file://jlime-vfolders.patch "
+
inherit autotools pkgconfig update-alternatives
+do_configure_prepend_jlime() {
+ mv ${WORKDIR}/icons/* ${S}/icons
+}
+
EXTRA_OECONF = "--enable-pda-folders"
FILES_${PN} = "\
@@ -23,8 +30,10 @@ ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PATH = "${bindir}/matchbox-session"
ALTERNATIVE_PRIORITY = "11"
-
PACKAGE_ARCH = "all"
SRC_URI[md5sum] = "90acc81aeebc0dca8f88fbaa40166607"
SRC_URI[sha256sum] = "cb56d6a1031c33b98751cb06b2fce73feba49cb38a1e4db1a104e8efdfb9a7dc"
+
+SRC_URI[addons.md5sum] = "4613553e3ff3dc53d3bd1b9e01266727"
+SRC_URI[addons.sha256sum] = "b35ee2c5d68275fbb598fd8dc0a77899dc5e34e4c1d94fbb3277136604ddac6a"