summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libfsoframework_git.bb
blob: 7b03e1704191f2686f9c84b032a64fec873aa140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "freesmartphone.org support library"
LICENSE = "GPL"
SECTION = "devel"
DEPENDS = "vala-native glib-2.0 dbus dbus-glib"
PV = "0.0.0.0+gitr${SRCREV}"
PR = "r0"

SRC_URI = "\
  ${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master \
"
S = "${WORKDIR}/git/libfsoframework"

inherit autotools_stage pkgconfig

FILES_${PN} += "${sysconfdir} ${datadir}"
# ship vapi files
FILES_${PN}-dev += "${datadir}/vala"