[oe-commits] Simon Busch : msmcommd-specs: rename to msmcomm-specs and adjust for new upstream version

git version control git at git.openembedded.org
Tue Jan 18 16:32:58 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e7fc2cf3bef0848e9724af7133fe465ea25c0e54
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e7fc2cf3bef0848e9724af7133fe465ea25c0e54

Author: Simon Busch <morphis at amethyst.openembedded.net>
Date:   Tue Jan 18 17:01:53 2011 +0100

msmcommd-specs: rename to msmcomm-specs and adjust for new upstream version

Signed-off-by: Simon Busch <morphis at amethyst.openembedded.net>

---

 recipes/freesmartphone/msmcomm-specs_git.bb  |   15 +++++++++++++++
 recipes/freesmartphone/msmcommd-specs_git.bb |   17 -----------------
 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 0000000..d18b325
--- /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 f756312..0000000
--- 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
-





More information about the Openembedded-commits mailing list