[oe-commits] Enrico Scholz : libmatchbox: get rid of legacy staging

git version control git at git.openembedded.org
Thu Aug 5 09:42:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: eb74503cb601c636702dc15e66f5284e891127f6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eb74503cb601c636702dc15e66f5284e891127f6

Author: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
Date:   Thu Aug  5 10:00:48 2010 +0200

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 at sigma-chemnitz.de>

---

 recipes/libmatchbox/libmatchbox.inc |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/recipes/libmatchbox/libmatchbox.inc b/recipes/libmatchbox/libmatchbox.inc
index 71682b3..7f9cb9e 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}
-}





More information about the Openembedded-commits mailing list