summaryrefslogtreecommitdiffstats
path: root/meta/packages/libfakekey
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
committerRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
commit860b48501cded1035f0589fdbbf45f25a172ca7a (patch)
tree8b067a180ee9561a336e769d54cf96be5fbc2723 /meta/packages/libfakekey
parent41588f18a78ebb123f5bd3ff15138ff1e4702249 (diff)
downloadpoky-860b48501cded1035f0589fdbbf45f25a172ca7a.tar.gz
packages: various .debug packaging fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@831 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libfakekey')
-rw-r--r--meta/packages/libfakekey/libfakekey_svn.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/packages/libfakekey/libfakekey_svn.bb b/meta/packages/libfakekey/libfakekey_svn.bb
index eec4d6506d..abbbad061a 100644
--- a/meta/packages/libfakekey/libfakekey_svn.bb
+++ b/meta/packages/libfakekey/libfakekey_svn.bb
@@ -11,13 +11,8 @@ S = "${WORKDIR}/${PN}"
11 11
12inherit autotools pkgconfig gettext 12inherit autotools pkgconfig gettext
13 13
14FILES_${PN} = "${libdir} \
15 ${datadir}/applications \
16 ${datadir}/pixmaps"
17
18do_stage () { 14do_stage () {
19 install -d ${STAGING_INCDIR}/fakekey 15 install -d ${STAGING_INCDIR}/fakekey
20 install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey 16 install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
21 oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} 17 oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
22} 18}
23