From 3b3f8002b28de72868e60febf63353b09d8dec6a Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Fri, 26 Feb 2010 09:50:08 +0100 Subject: [PATCH] fsogsmd_git.bb: sync PV with reality and enable libgsm0710mux which is needed to get some of the modem plugins built Signed-off-by: Klaus Kurzmann --- recipes/freesmartphone/fsogsmd_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index 8056f4bca8..1f2d861719 100644 --- a/recipes/freesmartphone/fsogsmd_git.bb +++ b/recipes/freesmartphone/fsogsmd_git.bb @@ -1,9 +1,10 @@ require cornucopia.inc inherit fso-plugin -PR = "${INC_PR}.2" -PV = "0.2.0+gitr${SRCREV}" +PR = "${INC_PR}.0" +PV = "0.5.0+gitr${SRCREV}" DEPENDS += "libfsoresource libgsm0710mux" +EXTRA_OECONF_append = "--enable-libgsm0710mux" do_install_append_shr() { # remove .service file to disable fsogsmd autostart -- 2.39.5