From: Klaus Kurzmann Date: Mon, 13 Sep 2010 15:26:30 +0000 (+0200) Subject: libfreesmartphone-glib: new recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd4f01d2f34fe7c160640ac913b8f6d47f3e9bd;p=openembedded.git libfreesmartphone-glib: new recipe Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/freesmartphone/libfreesmartphone-glib_git.bb b/recipes/freesmartphone/libfreesmartphone-glib_git.bb new file mode 100644 index 0000000000..10bbd358b9 --- /dev/null +++ b/recipes/freesmartphone/libfreesmartphone-glib_git.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "freesmartphone.org API GLib wrapper (auto-generated)" +SECTION = "devel" +LICENSE = "LGPL-3" +DEPENDS = "dbus-glib" +SRCREV = "4795324ec64025c07f86c72c440d270df2fb8443" +PV = "0.2+gitr${SRCPV}" +PR = "r0" + +SRC_URI = "${FREESMARTPHONE_GIT}/libfreesmartphone-glib.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit autotools pkgconfig