aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libgsm0710mux_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-06 23:51:34 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-07 02:49:56 +0200
commit8aaba52bea14032340a37959af4a57047cb03c1b (patch)
treea8e45a14240e95aa7058c8f88476448f831a274f /recipes/freesmartphone/libgsm0710mux_git.bb
parentc579f58d519f6e2e58a3b5acc52fc3d9cd953c3d (diff)
downloadopenembedded-8aaba52bea14032340a37959af4a57047cb03c1b.tar.gz
freesmartphone: catch up with milestone5.5 and SHR/import
Diffstat (limited to 'recipes/freesmartphone/libgsm0710mux_git.bb')
-rw-r--r--recipes/freesmartphone/libgsm0710mux_git.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb
index 108c6d5672..3a1110a605 100644
--- a/recipes/freesmartphone/libgsm0710mux_git.bb
+++ b/recipes/freesmartphone/libgsm0710mux_git.bb
@@ -1,11 +1,10 @@
DESCRIPTION = "A GSM 07.10 Multiplexing Engine"
-HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/libgsm0710mux"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
LICENSE = "GPL"
SECTION = "devel"
-DEPENDS = "libgsm0710 vala-native glib-2.0 libfsotransport"
-PV = "0.3.4+gitr${SRCREV}"
-PR = "r1"
+DEPENDS = "glib-2.0 libgsm0710 libfsotransport"
+PV = "0.3.6+gitr${SRCREV}"
+PR = "r0"
SRC_URI = "\
${FREESMARTPHONE_GIT}/libgsm0710mux;protocol=git;branch=master \
@@ -13,7 +12,7 @@ SRC_URI = "\
"
S = "${WORKDIR}/git"
-inherit autotools_stage pkgconfig
+inherit autotools_stage pkgconfig vala
do_install_append() {
install -d ${D}${sysconfdir}
@@ -23,8 +22,6 @@ do_install_append() {
PACKAGES =+ "${PN}-config"
FILES_${PN} += "${sysconfdir} ${datadir}"
-# ship vapi file
-FILES_${PN}-dev += "${datadir}/vala"
RRECOMMENDS_${PN} = "${PN}-config"