summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-wm
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
committerRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
commit860b48501cded1035f0589fdbbf45f25a172ca7a (patch)
tree8b067a180ee9561a336e769d54cf96be5fbc2723 /meta/packages/matchbox-wm
parent41588f18a78ebb123f5bd3ff15138ff1e4702249 (diff)
downloadpoky-860b48501cded1035f0589fdbbf45f25a172ca7a.tar.gz
packages: various .debug packaging fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@831 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm')
-rw-r--r--meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb2
-rw-r--r--meta/packages/matchbox-wm/matchbox-wm_1.1.bb2
-rw-r--r--meta/packages/matchbox-wm/matchbox-wm_svn.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb b/meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb
index c158f590ce..cc21edebd8 100644
--- a/meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb
+++ b/meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/matchbox-window-manager-${PV}"
13 13
14inherit autotools pkgconfig update-alternatives 14inherit autotools pkgconfig update-alternatives
15 15
16FILES_${PN} = "${bindir} \ 16FILES_${PN} = "${bindir}/* \
17 ${datadir}/matchbox \ 17 ${datadir}/matchbox \
18 ${sysconfdir}/matchbox \ 18 ${sysconfdir}/matchbox \
19 ${datadir}/themes/blondie/matchbox \ 19 ${datadir}/themes/blondie/matchbox \
diff --git a/meta/packages/matchbox-wm/matchbox-wm_1.1.bb b/meta/packages/matchbox-wm/matchbox-wm_1.1.bb
index 406a278ca2..2d7c575c03 100644
--- a/meta/packages/matchbox-wm/matchbox-wm_1.1.bb
+++ b/meta/packages/matchbox-wm/matchbox-wm_1.1.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/matchbox-window-manager-${PV}"
14 14
15inherit autotools pkgconfig update-alternatives 15inherit autotools pkgconfig update-alternatives
16 16
17FILES_${PN} = "${bindir} \ 17FILES_${PN} = "${bindir}/* \
18 ${datadir}/matchbox \ 18 ${datadir}/matchbox \
19 ${sysconfdir}/matchbox \ 19 ${sysconfdir}/matchbox \
20 ${datadir}/themes/blondie/matchbox \ 20 ${datadir}/themes/blondie/matchbox \
diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb
index ad37976dd4..262a3b98d4 100644
--- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb
+++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb
@@ -19,7 +19,7 @@ ALTERNATIVE_LINK = "${bindir}/x-window-manager"
19ALTERNATIVE_PATH = "${bindir}/matchbox-session" 19ALTERNATIVE_PATH = "${bindir}/matchbox-session"
20ALTERNATIVE_PRIORITY = "10" 20ALTERNATIVE_PRIORITY = "10"
21 21
22FILES_${PN} = "${bindir} \ 22FILES_${PN} = "${bindir}/* \
23 ${datadir}/matchbox \ 23 ${datadir}/matchbox \
24 ${sysconfdir}/matchbox \ 24 ${sysconfdir}/matchbox \
25 ${datadir}/themes/blondie/matchbox \ 25 ${datadir}/themes/blondie/matchbox \