diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-26 12:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-26 12:40:07 +0000 |
commit | e891ab355946081b32548a0a7bb278162a8d68d3 (patch) | |
tree | 35bb67203b47831bd84881b7166dff4c539add6a /packages/maemo/libosso_0.8.9.bb | |
parent | 997bf5650427890e6788ce7c974ccc2df909fd70 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/26 14:11:10+02:00 void!koen
libosso_0.8.9.bb: ship services and libraries too
2005/05/26 13:59:34+02:00 void!koen
Add osso-bttools, part of the maemo.org suite
BKrev: 4295c3a7tCZaC9fm0u0oAtUh02Wygw
Diffstat (limited to 'packages/maemo/libosso_0.8.9.bb')
-rw-r--r-- | packages/maemo/libosso_0.8.9.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/maemo/libosso_0.8.9.bb b/packages/maemo/libosso_0.8.9.bb index e69de29bb2..137755232e 100644 --- a/packages/maemo/libosso_0.8.9.bb +++ b/packages/maemo/libosso_0.8.9.bb @@ -0,0 +1,9 @@ +LICENSE = "LGPL" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" + +DEPENDS = "glib-2.0 dbus outo" +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/libo/libosso/libosso_${PV}-1.tar.gz" + +inherit pkconfig autotools + +FILES_${PN} += "${libdir}/dbus-1.0/services/ ${libdir}/outo/*.so ${libdir}/outo/*bin ${libdir}/outo/mimedummy.doc" |