aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-10 10:04:31 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-10 10:04:31 +0100
commit06af67f2e653d6b0d45117f9aaad0b25db1eaa67 (patch)
tree23b5114b641ce7ecdf17ed8a7f314a5964bcf8c6
parent7cc6eda90687f0694caefa0330533a455b3ef536 (diff)
downloadopenembedded-06af67f2e653d6b0d45117f9aaad0b25db1eaa67.tar.gz
e-wm: ship unpackaged utils in ${PN}-utils
-rw-r--r--packages/e17/e-wm_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb
index f9962ca946..000bd72d20 100644
--- a/packages/e17/e-wm_svn.bb
+++ b/packages/e17/e-wm_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17"
DEPENDS = "eet evas ecore edje efreet edbus"
LICENSE = "MIT BSD"
PV = "0.16.999.050+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
inherit e update-alternatives
@@ -35,6 +35,7 @@ PACKAGES =+ "\
${PN}-other \
${PN}-input-methods \
${PN}-sysactions \
+ ${PN}-utils \
"
RRECOMMENDS_${PN} = "\
@@ -127,6 +128,7 @@ FILES_${PN}-icons = "${datadir}/enlightenment/data/icons"
FILES_${PN}-other = "${datadir}/enlightenment/data/other"
FILES_${PN}-input-methods = "${datadir}/enlightenment/data/input_methods"
FILES_${PN}-sysactions = "${sysconfdir}/enlightenment/sysactions.conf"
+FILES_${PN}-utils = "${libdir}/enlightenment/utils/*"
RRECOMMENDS_${PN}-config-default = "${PN}-theme-default"
RRECOMMENDS_${PN}-config-illume = "${PN}-theme-illume"