From 61e1beb6cdfcd9b8b46d623a4d71c6f61dde44e5 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 19 Aug 2011 23:50:27 +0100 Subject: Rename Opie _cvs recipes to _git These recipes have been fetching from git for some time, tidy up the naming to reflect this. Signed-off-by: Paul Eggleton --- recipes-opie/opie-i18n/opie-i18n_cvs.bb | 8 -------- recipes-opie/opie-i18n/opie-i18n_git.bb | 8 ++++++++ recipes-opie/opie-i18n/opie-lrelease-native_cvs.bb | 8 -------- recipes-opie/opie-i18n/opie-lrelease-native_git.bb | 8 ++++++++ recipes-opie/opie-i18n/opie-lupdate-native_cvs.bb | 8 -------- recipes-opie/opie-i18n/opie-lupdate-native_git.bb | 8 ++++++++ 6 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 recipes-opie/opie-i18n/opie-i18n_cvs.bb create mode 100644 recipes-opie/opie-i18n/opie-i18n_git.bb delete mode 100644 recipes-opie/opie-i18n/opie-lrelease-native_cvs.bb create mode 100644 recipes-opie/opie-i18n/opie-lrelease-native_git.bb delete mode 100644 recipes-opie/opie-i18n/opie-lupdate-native_cvs.bb create mode 100644 recipes-opie/opie-i18n/opie-lupdate-native_git.bb (limited to 'recipes-opie/opie-i18n') diff --git a/recipes-opie/opie-i18n/opie-i18n_cvs.bb b/recipes-opie/opie-i18n/opie-i18n_cvs.bb deleted file mode 100644 index 0d1d913..0000000 --- a/recipes-opie/opie-i18n/opie-i18n_cvs.bb +++ /dev/null @@ -1,8 +0,0 @@ -require ${PN}.inc - -OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}" -PV = "${OPIE_GIT_PV}" -PR = "r1" - -SRC_URI = "${OPIE_GIT};protocol=git;subpath=i18n \ - ${OPIE_GIT};protocol=git;subpath=etc/dict" diff --git a/recipes-opie/opie-i18n/opie-i18n_git.bb b/recipes-opie/opie-i18n/opie-i18n_git.bb new file mode 100644 index 0000000..0d1d913 --- /dev/null +++ b/recipes-opie/opie-i18n/opie-i18n_git.bb @@ -0,0 +1,8 @@ +require ${PN}.inc + +OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}" +PV = "${OPIE_GIT_PV}" +PR = "r1" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=i18n \ + ${OPIE_GIT};protocol=git;subpath=etc/dict" diff --git a/recipes-opie/opie-i18n/opie-lrelease-native_cvs.bb b/recipes-opie/opie-i18n/opie-lrelease-native_cvs.bb deleted file mode 100644 index 13d1345..0000000 --- a/recipes-opie/opie-i18n/opie-lrelease-native_cvs.bb +++ /dev/null @@ -1,8 +0,0 @@ -require ${PN}.inc - -OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}" -PV = "${OPIE_GIT_PV}" -PR = "r1" - -SRC_URI = "${OPIE_GIT};protocol=git;subpath=development/translation/opie-lrelease \ - ${OPIE_GIT};protocol=git;subpath=development/translation/shared" diff --git a/recipes-opie/opie-i18n/opie-lrelease-native_git.bb b/recipes-opie/opie-i18n/opie-lrelease-native_git.bb new file mode 100644 index 0000000..13d1345 --- /dev/null +++ b/recipes-opie/opie-i18n/opie-lrelease-native_git.bb @@ -0,0 +1,8 @@ +require ${PN}.inc + +OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}" +PV = "${OPIE_GIT_PV}" +PR = "r1" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=development/translation/opie-lrelease \ + ${OPIE_GIT};protocol=git;subpath=development/translation/shared" diff --git a/recipes-opie/opie-i18n/opie-lupdate-native_cvs.bb b/recipes-opie/opie-i18n/opie-lupdate-native_cvs.bb deleted file mode 100644 index 55cfa33..0000000 --- a/recipes-opie/opie-i18n/opie-lupdate-native_cvs.bb +++ /dev/null @@ -1,8 +0,0 @@ -require ${PN}.inc - -OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}" -PV = "${OPIE_GIT_PV}" -PR = "r1" - -SRC_URI = "${OPIE_GIT};protocol=git;subpath=development/translation/opie-lupdate \ - ${OPIE_GIT};protocol=git;subpath=development/translation/shared" diff --git a/recipes-opie/opie-i18n/opie-lupdate-native_git.bb b/recipes-opie/opie-i18n/opie-lupdate-native_git.bb new file mode 100644 index 0000000..55cfa33 --- /dev/null +++ b/recipes-opie/opie-i18n/opie-lupdate-native_git.bb @@ -0,0 +1,8 @@ +require ${PN}.inc + +OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}" +PV = "${OPIE_GIT_PV}" +PR = "r1" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=development/translation/opie-lupdate \ + ${OPIE_GIT};protocol=git;subpath=development/translation/shared" -- cgit 1.2.3-korg