summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@amethyst.openembedded.net>2011-01-18 17:01:53 +0100
committerSimon Busch <morphis@amethyst.openembedded.net>2011-01-18 17:02:22 +0100
commite7fc2cf3bef0848e9724af7133fe465ea25c0e54 (patch)
treeea2550221b1aee1d4335dba02ccf69e412ecbc7d
parentad5ce1595eca7b2ddd8b4e5a6ee6e67ff5ed80f0 (diff)
downloadopenembedded-e7fc2cf3bef0848e9724af7133fe465ea25c0e54.tar.gz
msmcommd-specs: rename to msmcomm-specs and adjust for new upstream version
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
-rw-r--r--recipes/freesmartphone/msmcomm-specs_git.bb15
-rw-r--r--recipes/freesmartphone/msmcommd-specs_git.bb17
2 files changed, 15 insertions, 17 deletions
diff --git a/recipes/freesmartphone/msmcomm-specs_git.bb b/recipes/freesmartphone/msmcomm-specs_git.bb
new file mode 100644
index 0000000000..d18b32535e
--- /dev/null
+++ b/recipes/freesmartphone/msmcomm-specs_git.bb
@@ -0,0 +1,15 @@
+require msmcomm.inc
+
+PR = "${INC_PR}.1"
+PV = "0.6.0+gitr${SRCPV}"
+PE = "1"
+
+DEPENDS = " \
+ vala-native \
+ glib-2.0 \
+"
+
+S = "${WORKDIR}/git/msmcomm-specs"
+
+inherit autotools vala
+
diff --git a/recipes/freesmartphone/msmcommd-specs_git.bb b/recipes/freesmartphone/msmcommd-specs_git.bb
deleted file mode 100644
index f756312b64..0000000000
--- a/recipes/freesmartphone/msmcommd-specs_git.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-