mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 20:02:21 +02:00
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:
committed by
Richard Purdie
parent
0a155f0d10
commit
915d91845f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user