summaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2012-01-03 14:41:48 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-05 10:14:24 +0100
commit8b3ed2f4349de11de34cb0e43463f737abaed5a5 (patch)
treeb763f57f66effada1a99ddccfa06d4fff46988d2 /meta-xfce/classes
parent703222403053989087c8d3d3ee849086eb9567fd (diff)
downloadmeta-openembedded-8b3ed2f4349de11de34cb0e43463f737abaed5a5.tar.gz
xfce.bbclass: inherit gettext
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r--meta-xfce/classes/xfce.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass
index debd645a2..2350c2703 100644
--- a/meta-xfce/classes/xfce.bbclass
+++ b/meta-xfce/classes/xfce.bbclass
@@ -1,7 +1,7 @@
1HOMEPAGE = "http://www.xfce.org" 1HOMEPAGE = "http://www.xfce.org"
2SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" 2SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
3 3
4inherit autotools gtk-icon-cache pkgconfig 4inherit autotools gettext gtk-icon-cache pkgconfig
5 5
6FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" 6FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
7FILES_${PN}-doc += "${datadir}/xfce4/doc" 7FILES_${PN}-doc += "${datadir}/xfce4/doc"