libfakekey: Use autotools_stage instead of broken custom staging function

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Enric Balletbo i Serra
2009-07-09 20:35:09 +02:00
committed by Richard Purdie
parent 0a155f0d10
commit 915d91845f

View 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