msmcommd-specs: rename to msmcomm-specs and adjust for new upstream version
authorSimon Busch <morphis@amethyst.openembedded.net>
Tue, 18 Jan 2011 16:01:53 +0000 (17:01 +0100)
committerSimon Busch <morphis@amethyst.openembedded.net>
Tue, 18 Jan 2011 16:02:22 +0000 (17:02 +0100)
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
recipes/freesmartphone/msmcomm-specs_git.bb [new file with mode: 0644]
recipes/freesmartphone/msmcommd-specs_git.bb [deleted file]

diff --git a/recipes/freesmartphone/msmcomm-specs_git.bb b/recipes/freesmartphone/msmcomm-specs_git.bb
new file mode 100644 (file)
index 0000000..d18b325
--- /dev/null
@@ -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 (file)
index f756312..0000000
+++ /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
-