libfakekey: get rid of legacy staging
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Thu, 5 Aug 2010 08:46:30 +0000 (10:46 +0200)
committerEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Thu, 5 Aug 2010 09:40:19 +0000 (11:40 +0200)
Legacy staging is not needed; things are done by normal installation
already.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
recipes/libfakekey/libfakekey_svn.bb

index 89aa223..534acfc 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS = "libxtst"
 SECTION = "x11/wm"
 SRCREV = "1455"
 PV = "0.2+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
           file://configure-fix.patch"
@@ -12,9 +12,3 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
 S = "${WORKDIR}/${PN}"
 
 inherit autotools pkgconfig gettext
-
-do_stage () {
-        install -d ${STAGING_INCDIR}/fakekey   
-        install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
-        oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
-}