aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2010-08-05 10:46:30 +0200
committerEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2010-08-05 11:40:19 +0200
commit0ecaae77eb4ccd36158f5e806e633f2398b2c4d9 (patch)
treee0ec9207ce58ad398c74c58a234cf107b974166f /recipes
parentddc5b66ddc0b5475644d4e589d915c6afd540be7 (diff)
downloadopenembedded-0ecaae77eb4ccd36158f5e806e633f2398b2c4d9.tar.gz
libfakekey: get rid of legacy staging
Legacy staging is not needed; things are done by normal installation already. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libfakekey/libfakekey_svn.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/libfakekey/libfakekey_svn.bb b/recipes/libfakekey/libfakekey_svn.bb
index 89aa223ba1..534acfcc92 100644
--- a/recipes/libfakekey/libfakekey_svn.bb
+++ b/recipes/libfakekey/libfakekey_svn.bb
@@ -4,7 +4,7 @@ DEPENDS = "libxtst"
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"
@@ -12,9 +12,3 @@ 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}
-}