diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-08 13:49:49 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-08 13:49:49 +0100 |
commit | ef4165900c3eb118f809996bb9ad2aa3f7bb10e6 (patch) | |
tree | 35e59b05939a109e41aca9959475cfd475da85c8 /meta/packages | |
parent | 2b7886853c16ebffce2582ec9a9734ed98324fac (diff) | |
download | poky-ef4165900c3eb118f809996bb9ad2aa3f7bb10e6.tar.gz |
libmatchbox: Drop 1.7 (old version), use autotools_stage instead of broken custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/libmatchbox/libmatchbox.inc | 15 | ||||
-rw-r--r-- | meta/packages/libmatchbox/libmatchbox_1.7.bb | 8 | ||||
-rw-r--r-- | meta/packages/libmatchbox/libmatchbox_1.9.bb | 2 | ||||
-rw-r--r-- | meta/packages/libmatchbox/libmatchbox_svn.bb | 1 |
4 files changed, 3 insertions, 23 deletions
diff --git a/meta/packages/libmatchbox/libmatchbox.inc b/meta/packages/libmatchbox/libmatchbox.inc index 8f9fe6d6a0..da86970ca6 100644 --- a/meta/packages/libmatchbox/libmatchbox.inc +++ b/meta/packages/libmatchbox/libmatchbox.inc | |||
@@ -2,22 +2,9 @@ SECTION = "x11/libs" | |||
2 | DESCRIPTION = "Matchbox window manager core library" | 2 | DESCRIPTION = "Matchbox window manager core library" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification" | 4 | DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification" |
5 | PR="r3" | ||
6 | 5 | ||
7 | inherit autotools pkgconfig | 6 | inherit autotools_stage pkgconfig |
8 | 7 | ||
9 | EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification" | 8 | EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification" |
10 | 9 | ||
11 | S = "${WORKDIR}/libmatchbox-${PV}" | 10 | S = "${WORKDIR}/libmatchbox-${PV}" |
12 | |||
13 | headers = "hash.h mbconfig.h mbdotdesktop.h mbexp.h \ | ||
14 | mb.h mbmenu.h mbpixbuf.h mbtray.h mbutil.h" | ||
15 | |||
16 | do_stage () { | ||
17 | install -d ${STAGING_INCDIR}/libmb | ||
18 | for h in ${headers}; do | ||
19 | install -m 0644 ${S}/libmb/$h ${STAGING_INCDIR}/libmb/ | ||
20 | done | ||
21 | |||
22 | oe_libinstall -a -so -C libmb libmb ${STAGING_LIBDIR} | ||
23 | } | ||
diff --git a/meta/packages/libmatchbox/libmatchbox_1.7.bb b/meta/packages/libmatchbox/libmatchbox_1.7.bb deleted file mode 100644 index be6d1884d6..0000000000 --- a/meta/packages/libmatchbox/libmatchbox_1.7.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require libmatchbox.inc | ||
2 | |||
3 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ | ||
4 | file://check.m4" | ||
5 | |||
6 | do_configure_prepend () { | ||
7 | cp ${WORKDIR}/check.m4 ${S}/ | ||
8 | } | ||
diff --git a/meta/packages/libmatchbox/libmatchbox_1.9.bb b/meta/packages/libmatchbox/libmatchbox_1.9.bb index a0c5e272c0..7e20feee2c 100644 --- a/meta/packages/libmatchbox/libmatchbox_1.9.bb +++ b/meta/packages/libmatchbox/libmatchbox_1.9.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libmatchbox.inc | 1 | require libmatchbox.inc |
2 | 2 | ||
3 | PR = "r5" | 3 | PR = "r6" |
4 | 4 | ||
5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ | 5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \ |
6 | file://16bppfixes.patch;patch=1 \ | 6 | file://16bppfixes.patch;patch=1 \ |
diff --git a/meta/packages/libmatchbox/libmatchbox_svn.bb b/meta/packages/libmatchbox/libmatchbox_svn.bb index f203da56c5..52c1cc5728 100644 --- a/meta/packages/libmatchbox/libmatchbox_svn.bb +++ b/meta/packages/libmatchbox/libmatchbox_svn.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | require libmatchbox.inc | 1 | require libmatchbox.inc |
2 | 2 | ||
3 | PV = "1.7+svnr${SRCREV}" | 3 | PV = "1.7+svnr${SRCREV}" |
4 | PR = "r3" | ||
4 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
5 | 6 | ||
6 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |