aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libpersistence_git.bb
blob: ab1892e246610aa67d84378d9eacdea8ad920412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A GObject Persistence Library"
AUTHOR = "Jürg Billeter, Michael 'Mickey' Lauer"
LICENSE = "LGPL"
SECTION = "devel"
DEPENDS = "libgee"
SRCREV = "217ad803745f8ac1f3c72c6715e2c0faefb3fd06"
PV = "0.1.0+gitr${SRCPV}"
PE = "1"
PR = "r0"

SRC_URI = "\
  ${FREESMARTPHONE_GIT}/${PN};protocol=git;branch=mickey \
"
S = "${WORKDIR}/git"

inherit autotools vala