aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-desktop/matchbox-desktop_0.9.1.bb
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-05-11 22:24:32 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-05-13 19:31:35 +0200
commit6205a271b411d75bbb386b24ce18d0f72839d955 (patch)
treef2277896f5debf5403a0a9d811b85ef6ea94de64 /recipes/matchbox-desktop/matchbox-desktop_0.9.1.bb
parent21600c8a338c5052ff6fbfa3d4cbb2ec37453242 (diff)
downloadopenembedded-6205a271b411d75bbb386b24ce18d0f72839d955.tar.gz
matchbox-desktop 0.9.1: fix segfault at startup and convert to new staging
If matchbox-common is not present,matchbox-desktop segfault (the debugging was done with strace) Also convert to new staging: I had packaged staging,removed the custom do_stage and got: staging/armv6-angstrom-linux-gnueabi/usr/include/matchbox-desktop $ ls mbdesktop.h mbdesktop_item.h mbdesktop_module.h mbdesktop_view.h Thanks Tartarus for confirming me what to do in case of custom do_stage
Diffstat (limited to 'recipes/matchbox-desktop/matchbox-desktop_0.9.1.bb')
-rw-r--r--recipes/matchbox-desktop/matchbox-desktop_0.9.1.bb11
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes/matchbox-desktop/matchbox-desktop_0.9.1.bb b/recipes/matchbox-desktop/matchbox-desktop_0.9.1.bb
index 21e6dd9a60..6bd20833a5 100644
--- a/recipes/matchbox-desktop/matchbox-desktop_0.9.1.bb
+++ b/recipes/matchbox-desktop/matchbox-desktop_0.9.1.bb
@@ -2,12 +2,14 @@ DESCRIPTION = "Matchbox Window Manager Desktop"
LICENSE = "GPL"
DEPENDS = "libmatchbox startup-notification"
SECTION = "x11/wm"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/0.9/matchbox-desktop-${PV}.tar.bz2 \
file://pkgconfig_fix.patch;patch=1 \
file://mb-desktop-multi-category-matching.patch;patch=1"
+RDEPENDS += "matchbox-common"
+
EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
inherit autotools pkgconfig
@@ -26,12 +28,5 @@ FILES_${PN}-dev += "${libdir}/matchbox-desktop \
FILES_${PN}-dbg += "${libdir}/matchbox/desktop/.debug/"
-
-do_stage() {
- install -d ${STAGING_INCDIR}/matchbox-desktop/
- install -m 0644 ${S}/src/*.h ${STAGING_INCDIR}/matchbox-desktop/
-
-}
-
SRC_URI[md5sum] = "3335a30b1a1aacfb39f23b505254765c"
SRC_URI[sha256sum] = "ecb025d3660d80a9850973111b4fdfffaa50b47cbf0c5467b508d28d65146793"