blob: e80711bcc0277059f78319b38e709bf3aa2ae178 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
}
|