diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-29 11:03:41 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-29 11:03:41 +0000 |
commit | 35ba94be70961fd3f916afdbf15d2a7c8304301d (patch) | |
tree | e95d03f5535ae5a54c59b36314f45dbac5c2a92b /packages/libfakekey | |
parent | da0fdb36c258ae30b4e727b096bc088daa0ffb79 (diff) | |
parent | 1b11de10b43788532f124f3c0152f31932c19618 (diff) |
merge of '79d76f976ca74f71f538f5c81a1e25b14ffe43f6'
and 'b9ffe3b2fa4c42424206977c6be342c1305c83e7'
Diffstat (limited to 'packages/libfakekey')
-rw-r--r-- | packages/libfakekey/libfakekey_svn.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/libfakekey/libfakekey_svn.bb b/packages/libfakekey/libfakekey_svn.bb index eec4d6506d..0a10054eb3 100644 --- a/packages/libfakekey/libfakekey_svn.bb +++ b/packages/libfakekey/libfakekey_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox keyboard" LICENSE = "GPL" DEPENDS = "libxtst" SECTION = "x11/wm" -PR="r1" +PR="r2" PV = "0.0+svn${SRCDATE}" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" @@ -11,10 +11,6 @@ S = "${WORKDIR}/${PN}" inherit autotools pkgconfig gettext -FILES_${PN} = "${libdir} \ - ${datadir}/applications \ - ${datadir}/pixmaps" - do_stage () { install -d ${STAGING_INCDIR}/fakekey install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey |