diff options
Diffstat (limited to 'recipes/freesmartphone')
| -rw-r--r-- | recipes/freesmartphone/fsodeviced_git.bb | 2 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsogpsd_git.bb | 6 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsogsmd_git.bb | 2 | ||||
| -rw-r--r-- | recipes/freesmartphone/libfso-glib_git.bb | 5 | ||||
| -rw-r--r-- | recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb | 2 |
5 files changed, 12 insertions, 5 deletions
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb index 06aecf7415..1b01241e4c 100644 --- a/recipes/freesmartphone/fsodeviced_git.bb +++ b/recipes/freesmartphone/fsodeviced_git.bb @@ -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 index 0000000000..1e3f5718ed --- /dev/null +++ b/recipes/freesmartphone/fsogpsd_git.bb @@ -0,0 +1,6 @@ +require cornucopia.inc +inherit fso-plugin +PR = "${INC_PR}.0" +PV = "0.0.0+gitr${SRCREV}" + +DEPENDS += "libfsoresource" diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index f7e12e9d63..d5067145d2 100644 --- a/recipes/freesmartphone/fsogsmd_git.bb +++ b/recipes/freesmartphone/fsogsmd_git.bb @@ -1,4 +1,6 @@ require cornucopia.inc inherit fso-plugin PR = "${INC_PR}.0" +PV = "0.1.0+gitr${SRCREV}" +DEPENDS += "libfsoresource libgsm0710mux" diff --git a/recipes/freesmartphone/libfso-glib_git.bb b/recipes/freesmartphone/libfso-glib_git.bb index 3bf1b39b69..f7e49cb89d 100644 --- a/recipes/freesmartphone/libfso-glib_git.bb +++ b/recipes/freesmartphone/libfso-glib_git.bb @@ -3,13 +3,12 @@ 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 -SRC_URI = "git://git.freesmartphone.org/libfso-glib.git;protocol=git;branch=master" +SRC_URI = "${FREESMARTPHONE_GIT}/libfso-glib.git;protocol=git;branch=master" S = "${WORKDIR}/git" EXTRA_OECONF = "\ diff --git a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb index 72f835e6a5..b2a471dd00 100644 --- a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb +++ b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Vala DBus Binding Tool" SECTION = "console" LICENSE = "GPLv2" -DEPENDS = "vala-native intltool-native libxml2-native" +DEPENDS = "vala-native libgee-native intltool-native libxml2-native" PV = "0.1.0+gitr${SRCREV}" SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;protocol=git;branch=master" |
