aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/msmcommd-specs_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/msmcommd-specs_git.bb')
-rw-r--r--recipes/freesmartphone/msmcommd-specs_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/freesmartphone/msmcommd-specs_git.bb b/recipes/freesmartphone/msmcommd-specs_git.bb
new file mode 100644
index 0000000000..f756312b64
--- /dev/null
+++ b/recipes/freesmartphone/msmcommd-specs_git.bb
@@ -0,0 +1,17 @@
+require msmcomm.inc
+
+PR = "${INC_PR}.0"
+PV = "0.5.0+gitr${SRCPV}"
+PE = "1"
+
+DEPENDS = " \
+ vala-native \
+ glib-2.0 \
+ dbus \
+ dbus-glib \
+"
+
+S = "${WORKDIR}/git/msmcommd-specs"
+
+inherit autotools vala
+