diff options
Diffstat (limited to 'recipes/maemo/osso-af-utils_0.4.bb')
-rw-r--r-- | recipes/maemo/osso-af-utils_0.4.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/maemo/osso-af-utils_0.4.bb b/recipes/maemo/osso-af-utils_0.4.bb new file mode 100644 index 0000000000..f8fc7b2729 --- /dev/null +++ b/recipes/maemo/osso-af-utils_0.4.bb @@ -0,0 +1,7 @@ +LICENSE = "LGPL" + +DEPENDS = "virtual/libx11 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 + |