aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freesmartphone/libgsm0710_git.bb
blob: b9d9b360104bd9646507111dcb713cce96412b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "A GSM 07.10 Protocol Engine"
LICENSE = "GPL"
SECTION = "devel"
PV = "1.1.0+gitr${SRCREV}"
PR = "r0"

SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

inherit autotools_stage pkgconfig

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