diff options
Diffstat (limited to 'recipes/freesmartphone/libgsm0710_git.bb')
-rw-r--r-- | recipes/freesmartphone/libgsm0710_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/freesmartphone/libgsm0710_git.bb b/recipes/freesmartphone/libgsm0710_git.bb new file mode 100644 index 0000000000..b9d9b36010 --- /dev/null +++ b/recipes/freesmartphone/libgsm0710_git.bb @@ -0,0 +1,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" |