diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:10:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:10:35 +0000 |
commit | 6b31146641db3d3e27bde35defde367db47e0301 (patch) | |
tree | d044b31fd8befea3c379f9b9019e226cb8f3cddd /packages/matchbox-wm/matchbox-wm_1.1.bb | |
parent | c2ddb345f81659a7b8fcf2f9758bb040b92b4a9a (diff) |
packages/: various .debug packaging fixes (from Poky)
* poky rev 831: 'packages: various .debug packaging fixes'
Diffstat (limited to 'packages/matchbox-wm/matchbox-wm_1.1.bb')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_1.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_1.1.bb b/packages/matchbox-wm/matchbox-wm_1.1.bb index 8e28d0c041..275a556d3c 100644 --- a/packages/matchbox-wm/matchbox-wm_1.1.bb +++ b/packages/matchbox-wm/matchbox-wm_1.1.bb @@ -3,7 +3,8 @@ DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf matchbox-common" RDEPENDS = "matchbox-common" -PR="r0" + +PR="r1" SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-${PV}.tar.gz \ @@ -13,7 +14,7 @@ S = "${WORKDIR}/matchbox-window-manager-${PV}" inherit autotools pkgconfig update-alternatives -FILES_${PN} = "${bindir} \ +FILES_${PN} = "${bindir}/* \ ${datadir}/matchbox \ ${sysconfdir}/matchbox \ ${datadir}/themes/blondie/matchbox \ |