aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libpersistence_git.bb
blob: f204d442508561fffa5fea19b76068e12a7facf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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${SRCREV}"
PR = "r0"

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

inherit autotools_stage pkgconfig vala