diff options
Diffstat (limited to 'recipes/freesmartphone/libgsm0710mux_git.bb')
-rw-r--r-- | recipes/freesmartphone/libgsm0710mux_git.bb | 11 |
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" |