summaryrefslogtreecommitdiffstats
path: root/meta/packages/libfakekey
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 12:15:23 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 12:15:23 +0000
commit4b647cde776260b809da5254aea1038dd5d865a3 (patch)
treeadd800cc33bce8e10786dab9f58e6c4b2aaa1db4 /meta/packages/libfakekey
parentb3b8d9ed94ea6cc713a4a0831bc3d5693c44429e (diff)
downloadpoky-4b647cde776260b809da5254aea1038dd5d865a3.tar.gz
Various minor updates from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@919 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libfakekey')
-rw-r--r--meta/packages/libfakekey/libfakekey_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/libfakekey/libfakekey_svn.bb b/meta/packages/libfakekey/libfakekey_svn.bb
index abbbad061a..0a10054eb3 100644
--- a/meta/packages/libfakekey/libfakekey_svn.bb
+++ b/meta/packages/libfakekey/libfakekey_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox keyboard"
2LICENSE = "GPL" 2LICENSE = "GPL"
3DEPENDS = "libxtst" 3DEPENDS = "libxtst"
4SECTION = "x11/wm" 4SECTION = "x11/wm"
5PR="r1" 5PR="r2"
6PV = "0.0+svn${SRCDATE}" 6PV = "0.0+svn${SRCDATE}"
7 7
8SRC_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"
@@ -16,3 +16,4 @@ do_stage () {
16 install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey 16 install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
17 oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} 17 oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
18} 18}
19