Legacy staging is not needed; things are done by normal installation
already.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
SECTION = "x11/wm"
SRCREV = "1455"
PV = "0.2+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://configure-fix.patch"
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}
-}