summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@gmail.com>2009-07-09 20:35:09 +0200
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-09 21:58:37 +0100
commit915d91845f762bffe28e4ef3af600bec62cd9dc5 (patch)
treec059caf02a0cfee163eff9a23ed335ba5a085c56 /meta
parent0a155f0d1074cacae289efc20827413bd588fdfb (diff)
downloadpoky-915d91845f762bffe28e4ef3af600bec62cd9dc5.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/libfakekey/libfakekey_svn.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/packages/libfakekey/libfakekey_svn.bb b/meta/packages/libfakekey/libfakekey_svn.bb
index 26f282ca08..5181cd70f4 100644
--- a/meta/packages/libfakekey/libfakekey_svn.bb
+++ b/meta/packages/libfakekey/libfakekey_svn.bb
@@ -3,15 +3,10 @@ LICENSE = "GPL"
3DEPENDS = "libxtst" 3DEPENDS = "libxtst"
4SECTION = "x11/wm" 4SECTION = "x11/wm"
5PV = "0.0+svnr${SRCREV}" 5PV = "0.0+svnr${SRCREV}"
6PR = "r1"
6 7
7SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" 8SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
8 9
9S = "${WORKDIR}/${PN}" 10S = "${WORKDIR}/${PN}"
10 11
11inherit autotools pkgconfig gettext 12inherit autotools_stage pkgconfig gettext
12
13do_stage () {
14 install -d ${STAGING_INCDIR}/fakekey
15 install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
16 oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
17}