diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-19 14:29:08 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-19 14:29:08 +0000 |
commit | 2ab094529f4304fff4a593b42f00e7d91793fef8 (patch) | |
tree | 52a27efc8064eeb388d044572bc2ce0d5889a2fc /packages/libfakekey/libfakekey_svn.bb | |
parent | 45e700bbce820167b85b7afb3cf51e390e932e2f (diff) |
libfakekey: switch to SRCREV (from Poky)
Diffstat (limited to 'packages/libfakekey/libfakekey_svn.bb')
-rw-r--r-- | packages/libfakekey/libfakekey_svn.bb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/packages/libfakekey/libfakekey_svn.bb b/packages/libfakekey/libfakekey_svn.bb index f4c7afb856..26f282ca08 100644 --- a/packages/libfakekey/libfakekey_svn.bb +++ b/packages/libfakekey/libfakekey_svn.bb @@ -1,9 +1,8 @@ -DESCRIPTION = "Library to generate fake keys for Matchbox keyboard" +DESCRIPTION = "Matchbox keyboard" LICENSE = "GPL" DEPENDS = "libxtst" SECTION = "x11/wm" -PR="r2" -PV = "0.2+svn${SRCDATE}" +PV = "0.0+svnr${SRCREV}" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" @@ -12,8 +11,7 @@ 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} + install -d ${STAGING_INCDIR}/fakekey + install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey + oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} } - |