aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-28 16:36:10 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-28 16:38:27 +0200
commit5aa6e3c473ad6affcaa6e87d3f4c3636559d3fe8 (patch)
tree81e589ac9e7574c54bed48ea0d29b8645c260511 /recipes/shr
parent57f517185169cf919b9d06fb2444c80858573f7e (diff)
downloadopenembedded-5aa6e3c473ad6affcaa6e87d3f4c3636559d3fe8.tar.gz
shr-e-gadgets: bump SRCREV, fix packaging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/shr-e-gadgets_git.bb12
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes/shr/shr-e-gadgets_git.bb b/recipes/shr/shr-e-gadgets_git.bb
index f5b367592f..d4296f596d 100644
--- a/recipes/shr/shr-e-gadgets_git.bb
+++ b/recipes/shr/shr-e-gadgets_git.bb
@@ -5,7 +5,7 @@ DEPENDS = "e-wm"
RDEPENDS = "e-wm"
SECTION = "x11/application"
-SRCREV = "c23dda5f81ed3c6d785617696fb009adb5594a55"
+SRCREV = "2423b80cc840066391793405aeeb23f91809f887"
PV = "0.0.0+gitr${SRCPV}"
inherit autotools
@@ -14,6 +14,12 @@ SRC_URI = "git://git.shr-project.org/repo/shr-e-gadgets.git;protocol=http;branch
S = "${WORKDIR}/git"
FILES_${PN} += "\
- ${libdir}/enlightenment/modules/*/*.* \
- ${libdir}/enlightenment/modules/*/*/* \
+ ${datadir}/shr_elm_softkey \
+ ${libdir}/enlightenment/modules/*/*.desktop \
+ ${libdir}/enlightenment/modules/*/*.edj \
+ ${libdir}/enlightenment/modules/*/*/*.so \
"
+FILES_${PN}-static += "${libdir}/enlightenment/modules/*/*/*.a"
+FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la"
+FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug"
+