aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox-stroke
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-10-29 10:10:35 +0000
committerKoen Kooi <koen@openembedded.org>2006-10-29 10:10:35 +0000
commit6b31146641db3d3e27bde35defde367db47e0301 (patch)
treed044b31fd8befea3c379f9b9019e226cb8f3cddd /packages/matchbox-stroke
parentc2ddb345f81659a7b8fcf2f9758bb040b92b4a9a (diff)
downloadopenembedded-6b31146641db3d3e27bde35defde367db47e0301.tar.gz
packages/: various .debug packaging fixes (from Poky)
* poky rev 831: 'packages: various .debug packaging fixes'
Diffstat (limited to 'packages/matchbox-stroke')
-rw-r--r--packages/matchbox-stroke/matchbox-stroke_svn.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-stroke/matchbox-stroke_svn.bb b/packages/matchbox-stroke/matchbox-stroke_svn.bb
index 9bbbe89027..ead214407b 100644
--- a/packages/matchbox-stroke/matchbox-stroke_svn.bb
+++ b/packages/matchbox-stroke/matchbox-stroke_svn.bb
@@ -3,7 +3,8 @@ LICENSE = "GPL"
DEPENDS = "libfakekey expat libxft"
SECTION = "x11/wm"
PV = "0.0+svn${SRCDATE}"
-PR="r1"
+
+PR="r2"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
@@ -12,7 +13,7 @@ S = ${WORKDIR}/${PN}
inherit autotools pkgconfig gettext
-FILES_${PN} = "${bindir} \
+FILES_${PN} = "${bindir}/* \
${datadir}/applications \
${datadir}/pixmaps \
${datadir}/matchbox-stroke"