aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libpersistence_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/libpersistence_git.bb')
-rw-r--r--recipes/freesmartphone/libpersistence_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/freesmartphone/libpersistence_git.bb b/recipes/freesmartphone/libpersistence_git.bb
new file mode 100644
index 0000000000..8f6aafd42a
--- /dev/null
+++ b/recipes/freesmartphone/libpersistence_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A GObject Persistence Library"
+AUTHOR = "Jürg Billeter, Michael 'Mickey' Lauer"
+LICENSE = "LGPL"
+SECTION = "devel"
+DEPENDS = "libgee"
+PV = "0.1.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+ ${FREESMARTPHONE_GIT}/${PN};protocol=git;branch=mickey \
+"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage pkgconfig vala