From: Enric Balletbo i Serra Date: Thu, 9 Jul 2009 18:35:09 +0000 (+0200) Subject: libfakekey: Use autotools_stage instead of broken custom staging function X-Git-Tag: 2011-1~7202 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=915d91845f762bffe28e4ef3af600bec62cd9dc5;p=openembedded-core.git libfakekey: Use autotools_stage instead of broken custom staging function Signed-off-by: Enric Balletbo i Serra Signed-off-by: Richard Purdie --- diff --git a/meta/packages/libfakekey/libfakekey_svn.bb b/meta/packages/libfakekey/libfakekey_svn.bb index 26f282ca08..5181cd70f4 100644 --- a/meta/packages/libfakekey/libfakekey_svn.bb +++ b/meta/packages/libfakekey/libfakekey_svn.bb @@ -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