diff options
Diffstat (limited to 'packages/maemo')
-rw-r--r-- | packages/maemo/osso-af-utils_0.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/maemo/osso-af-utils_0.4.bb b/packages/maemo/osso-af-utils_0.4.bb index e69de29bb2..e80711bcc0 100644 --- a/packages/maemo/osso-af-utils_0.4.bb +++ b/packages/maemo/osso-af-utils_0.4.bb @@ -0,0 +1,12 @@ +LICENSE = "LGPL" +MAINTAINER= "Koen Kooi <koen@handhelds.org>" + +DEPENDS = "x11 dbus libosso" +SRC_URI = "http://stage.maemo.org:80/pool/maemo/ossw/source/o/osso-af-utils/osso-af-utils_${PV}-1.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_includes + +} |