From e7fc2cf3bef0848e9724af7133fe465ea25c0e54 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Tue, 18 Jan 2011 17:01:53 +0100 Subject: [PATCH] msmcommd-specs: rename to msmcomm-specs and adjust for new upstream version Signed-off-by: Simon Busch --- recipes/freesmartphone/msmcomm-specs_git.bb | 15 +++++++++++++++ recipes/freesmartphone/msmcommd-specs_git.bb | 17 ----------------- 2 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 recipes/freesmartphone/msmcomm-specs_git.bb delete mode 100644 recipes/freesmartphone/msmcommd-specs_git.bb 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 - -- 2.39.5