diff options
author | Richard Purdie <richard@openedhand.com> | 2006-10-28 19:33:04 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-10-28 19:33:04 +0000 |
commit | 860b48501cded1035f0589fdbbf45f25a172ca7a (patch) | |
tree | 8b067a180ee9561a336e769d54cf96be5fbc2723 /meta/packages/matchbox-keyboard | |
parent | 41588f18a78ebb123f5bd3ff15138ff1e4702249 (diff) | |
download | openembedded-core-860b48501cded1035f0589fdbbf45f25a172ca7a.tar.gz openembedded-core-860b48501cded1035f0589fdbbf45f25a172ca7a.tar.bz2 openembedded-core-860b48501cded1035f0589fdbbf45f25a172ca7a.zip |
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/matchbox-keyboard')
-rw-r--r-- | meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb index d2514d95c3..e561e846af 100644 --- a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb @@ -15,7 +15,7 @@ inherit autotools pkgconfig gettext EXTRA_OECONF = "--disable-cairo" -FILES_${PN} = "${bindir} \ +FILES_${PN} = "${bindir}/* \ ${datadir}/applications \ ${datadir}/pixmaps \ ${datadir}/matchbox-keyboard" |