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-panel | |
parent | c2ddb345f81659a7b8fcf2f9758bb040b92b4a9a (diff) |
packages/: various .debug packaging fixes (from Poky)
* poky rev 831: 'packages: various .debug packaging fixes'
Diffstat (limited to 'packages/matchbox-panel')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/matchbox-panel/matchbox-panel.inc b/packages/matchbox-panel/matchbox-panel.inc index 0855da8f4c..44bbae6870 100644 --- a/packages/matchbox-panel/matchbox-panel.inc +++ b/packages/matchbox-panel/matchbox-panel.inc @@ -3,6 +3,8 @@ LICENSE = "GPL" DEPENDS = "libmatchbox virtual/libx11 libxext libxpm apmd startup-notification virtual/kernel wireless-tools" SECTION = "x11/wm" +PR = "r1" + inherit autotools pkgconfig gettext CFLAGS += "-D_GNU_SOURCE" @@ -18,7 +20,7 @@ EXTRA_OECONF_append_mnci = " --enable-small-icons " EXTRA_OECONF_append_integral13 = " --enable-small-icons " PACKAGE_ARCH = "${MACHINE}" -FILES_${PN} = "${bindir} \ +FILES_${PN} = "${bindir}/* \ ${datadir}/applications \ ${datadir}/pixmaps" |