mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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"
|
DEPENDS = "libxtst"
|
||||||
SECTION = "x11/wm"
|
SECTION = "x11/wm"
|
||||||
PV = "0.0+svnr${SRCREV}"
|
PV = "0.0+svnr${SRCREV}"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
|
||||||
|
|
||||||
S = "${WORKDIR}/${PN}"
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
inherit autotools pkgconfig gettext
|
inherit autotools_stage 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}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user