aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libmatchbox
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2010-08-05 10:00:48 +0200
committerEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2010-08-05 11:40:36 +0200
commiteb74503cb601c636702dc15e66f5284e891127f6 (patch)
tree6ac5b4308d45cfc23cdae89165fdec9aae1eb78d /recipes/libmatchbox
parent0ecaae77eb4ccd36158f5e806e633f2398b2c4d9 (diff)
downloadopenembedded-eb74503cb601c636702dc15e66f5284e891127f6.tar.gz
libmatchbox: get rid of legacy staging
Legacy staging is not needed; things are done by normal installation already. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Diffstat (limited to 'recipes/libmatchbox')
-rw-r--r--recipes/libmatchbox/libmatchbox.inc14
1 files changed, 1 insertions, 13 deletions
diff --git a/recipes/libmatchbox/libmatchbox.inc b/recipes/libmatchbox/libmatchbox.inc
index 71682b336a..7f9cb9e7f9 100644
--- a/recipes/libmatchbox/libmatchbox.inc
+++ b/recipes/libmatchbox/libmatchbox.inc
@@ -2,22 +2,10 @@ SECTION = "x11/libs"
DESCRIPTION = "Matchbox window manager core library"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client"
-PR = "r2"
+PR = "r3"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings"
S = "${WORKDIR}/libmatchbox-${PV}"
-
-headers = "hash.h mbconfig.h mbdotdesktop.h mbexp.h \
- mb.h mbmenu.h mbpixbuf.h mbtray.h mbutil.h"
-
-do_stage () {
- install -d ${STAGING_INCDIR}/libmb
- for h in ${headers}; do
- install -m 0644 ${S}/libmb/$h ${STAGING_INCDIR}/libmb/
- done
-
- oe_libinstall -a -so -C libmb libmb ${STAGING_LIBDIR}
-}