]> code.ossystems Code Review - openembedded-core.git/commitdiff
libfakekey: Use autotools_stage instead of broken custom staging function
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Thu, 9 Jul 2009 18:35:09 +0000 (20:35 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 9 Jul 2009 20:58:37 +0000 (21:58 +0100)
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/libfakekey/libfakekey_svn.bb

index 26f282ca086cbb7448c457ec98f1bd40996ded9f..5181cd70f4acbc15f1dc5d09fde061c8936316fd 100644 (file)
@@ -3,15 +3,10 @@ LICENSE = "GPL"
 DEPENDS = "libxtst"
 SECTION = "x11/wm"
 PV = "0.0+svnr${SRCREV}"
+PR = "r1"
 
 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}
-}
+inherit autotools_stage pkgconfig gettext