diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-09-13 17:26:30 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-09-13 17:26:51 +0200 |
commit | bfd4f01d2f34fe7c160640ac913b8f6d47f3e9bd (patch) | |
tree | b690a964de1b318034ad1718b213f5d3b9a3b040 /recipes | |
parent | 0bc18282c39a1afcd8936ea966a105bb6a2cde20 (diff) |
libfreesmartphone-glib: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/libfreesmartphone-glib_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 |