blob: bc4e59ea34e0fd3b43dcf38a72ff8f21afcca04f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "A GSM 07.10 Protocol Engine"
LICENSE = "GPL"
SECTION = "devel"
PV = "1.0.0+gitr${SRCREV}"
PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
inherit autotools autotools_stage pkgconfig
# ship vapi file
FILES_${PN}-dev += "${datadir}/vala"
|