diff options
author | Chris Lord <chris@openedhand.com> | 2005-09-27 17:18:54 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-09-27 17:18:54 +0000 |
commit | 570ff4f6987377244fabaa4fa3d9057fd4a5d6a2 (patch) | |
tree | 8452da21e04b826c988ab5608ba304d49412f57f /openembedded | |
parent | b433acd989cd936b135d41d276cc5413bfa4d05b (diff) | |
download | poky-570ff4f6987377244fabaa4fa3d9057fd4a5d6a2.tar.gz |
- Bump PR in matchbox-wm
- Define X_LIBS in libxsettings-client and startup-notification to stop them
adding system dirs to the library path
- Add do_stage to matchbox-desktop
git-svn-id: https://svn.o-hand.com/repos/poky@44 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
4 files changed, 16 insertions, 1 deletions
diff --git a/openembedded/packages/libxsettings-client/libxsettings-client_0.14.bb b/openembedded/packages/libxsettings-client/libxsettings-client_0.14.bb index 11d0d3497b..1ccb6e4eb6 100644 --- a/openembedded/packages/libxsettings-client/libxsettings-client_0.14.bb +++ b/openembedded/packages/libxsettings-client/libxsettings-client_0.14.bb | |||
@@ -2,12 +2,16 @@ SECTION = "gpe/libs" | |||
2 | LICENSE = "BSD-X" | 2 | LICENSE = "BSD-X" |
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | DEPENDS = "libxsettings x11" | 4 | DEPENDS = "libxsettings x11" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | inherit autotools pkgconfig gpe | 7 | inherit autotools pkgconfig gpe |
7 | 8 | ||
8 | SRC_URI = "${GPE_MIRROR}/xsettings-client-${PV}.tar.bz2" | 9 | SRC_URI = "${GPE_MIRROR}/xsettings-client-${PV}.tar.bz2" |
9 | S = ${WORKDIR}/xsettings-client-${PV} | 10 | S = ${WORKDIR}/xsettings-client-${PV} |
10 | 11 | ||
12 | do_configure () { | ||
13 | X_LIBS=" -L${STAGING_LIBDIR}" oe_runconf | ||
14 | } | ||
11 | 15 | ||
12 | headers = "xsettings-client.h xsettings-common.h" | 16 | headers = "xsettings-client.h xsettings-common.h" |
13 | do_stage () { | 17 | do_stage () { |
diff --git a/openembedded/packages/matchbox-desktop/matchbox-desktop_svn.bb b/openembedded/packages/matchbox-desktop/matchbox-desktop_svn.bb index ca193d42c1..468caff25d 100644 --- a/openembedded/packages/matchbox-desktop/matchbox-desktop_svn.bb +++ b/openembedded/packages/matchbox-desktop/matchbox-desktop_svn.bb | |||
@@ -23,3 +23,9 @@ FILES_${PN} = "${bindir} \ | |||
23 | FILES_${PN}-dev = "${libdir}/matchbox-desktop \ | 23 | FILES_${PN}-dev = "${libdir}/matchbox-desktop \ |
24 | ${includedir}/matchbox-desktop \ | 24 | ${includedir}/matchbox-desktop \ |
25 | ${datadir}/matchbox/desktop/modules/*a" | 25 | ${datadir}/matchbox/desktop/modules/*a" |
26 | |||
27 | do_stage() { | ||
28 | install -d ${STAGING_INCDIR}/matchbox-desktop/ | ||
29 | install -m 0644 ${S}/src/*.h ${STAGING_INCDIR}/matchbox-desktop/ | ||
30 | } | ||
31 | |||
diff --git a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb index 48d9044f3b..f9765df446 100644 --- a/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/openembedded/packages/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPL" | |||
4 | DEPENDS = "libmatchbox x11 xext libxrender startup-notification expat matchbox-common gconf" | 4 | DEPENDS = "libmatchbox x11 xext libxrender startup-notification expat matchbox-common gconf" |
5 | RDEPENDS = "matchbox-common" | 5 | RDEPENDS = "matchbox-common" |
6 | PV = "0.9.5cvs${CVSDATE}" | 6 | PV = "0.9.5cvs${CVSDATE}" |
7 | PR = "r3" | 7 | PR = "r4" |
8 | DEFAULT_PREFERENCE = "-1" | 8 | DEFAULT_PREFERENCE = "-1" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ | 10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ |
diff --git a/openembedded/packages/startup-notification/startup-notification_0.8.bb b/openembedded/packages/startup-notification/startup-notification_0.8.bb index c4cc57440e..a505a53960 100644 --- a/openembedded/packages/startup-notification/startup-notification_0.8.bb +++ b/openembedded/packages/startup-notification/startup-notification_0.8.bb | |||
@@ -4,11 +4,16 @@ SECTION = "libs" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" | 5 | MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" |
6 | DEPENDS = "x11" | 6 | DEPENDS = "x11" |
7 | PR = "r1" | ||
7 | 8 | ||
8 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
9 | 10 | ||
10 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" | 11 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" |
11 | 12 | ||
13 | do_configure_prepend () { | ||
14 | export X_LIBS=" -L${STAGING_LIBDIR}" | ||
15 | } | ||
16 | |||
12 | do_stage () { | 17 | do_stage () { |
13 | oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} | 18 | oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} |
14 | } | 19 | } |