diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:10:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:10:35 +0000 |
commit | 6b31146641db3d3e27bde35defde367db47e0301 (patch) | |
tree | d044b31fd8befea3c379f9b9019e226cb8f3cddd /packages/libfakekey | |
parent | c2ddb345f81659a7b8fcf2f9758bb040b92b4a9a (diff) |
packages/: various .debug packaging fixes (from Poky)
* poky rev 831: 'packages: various .debug packaging fixes'
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 |