fso: add some new dependencies
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 21 Oct 2009 13:34:44 +0000 (13:34 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 21 Oct 2009 14:15:11 +0000 (14:15 +0000)
recipes/freesmartphone/fsodeviced_git.bb
recipes/freesmartphone/fsogpsd_git.bb [new file with mode: 0644]
recipes/freesmartphone/fsogsmd_git.bb
recipes/freesmartphone/libfso-glib_git.bb

index 06aecf7..1b01241 100644 (file)
@@ -1,7 +1,7 @@
 require cornucopia.inc
 inherit fso-plugin
 
-DEPENDS += "alsa-lib libcanberra"
+DEPENDS += "alsa-lib libcanberra libfsoresource"
 RDEPENDS += "libcanberra-alsa"
 RRECOMMENDS += "fso-alsa-data"
 PV = "0.9.0+gitr${SRCREV}"
diff --git a/recipes/freesmartphone/fsogpsd_git.bb b/recipes/freesmartphone/fsogpsd_git.bb
new file mode 100644 (file)
index 0000000..1e3f571
--- /dev/null
@@ -0,0 +1,6 @@
+require cornucopia.inc
+inherit fso-plugin
+PR = "${INC_PR}.0"
+PV = "0.0.0+gitr${SRCREV}"
+
+DEPENDS += "libfsoresource"
index f7e12e9..d506714 100644 (file)
@@ -1,4 +1,6 @@
 require cornucopia.inc
 inherit fso-plugin
 PR = "${INC_PR}.0"
+PV = "0.1.0+gitr${SRCREV}"
 
+DEPENDS += "libfsoresource libgsm0710mux"
index 3bf1b39..529b7cd 100644 (file)
@@ -3,8 +3,7 @@ AUTHOR = "Didier 'Ptitjes"
 LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native vala-dbus-binding-tool-native dbus-glib glib-2.0 fso-specs"
-# remove the x on next version bump
-PV = "0.2.1+gitr${SRCREV}"
+PV = "0.2.2+gitr${SRCREV}"
 PR = "r0"
 
 inherit autotools_stage pkgconfig vala