From 9664ef6a5a0c743437b403ebba80cb176fa644c9 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 10 Feb 2009 17:17:53 +0100 Subject: libgsm0710: new recipe; a lightweight GSM 07.10 protocol engine --- packages/freesmartphone/libgsm0710_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/freesmartphone/libgsm0710_git.bb (limited to 'packages') diff --git a/packages/freesmartphone/libgsm0710_git.bb b/packages/freesmartphone/libgsm0710_git.bb new file mode 100644 index 0000000000..bc4e59ea34 --- /dev/null +++ b/packages/freesmartphone/libgsm0710_git.bb @@ -0,0 +1,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" + -- cgit v1.2.3