[oe] [PATCH 2/3] ezx: rename ezx-boot-usb recipe to moto-boot-usb, use git

Antonio Ospite ospite at studenti.unina.it
Fri Jun 18 19:30:19 UTC 2010


boot_usb is now named moto-boot-usb and is hosted on git.openezx.org, move
recipes/ezx/ezx-boot-usb-native_svn.bb to
recipes/ezx/moto-boot-usb-native_git.bb and fix it.

Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
---
 recipes/ezx/ezx-boot-usb-native_svn.bb  |   29 -----------------------------
 recipes/ezx/moto-boot-usb-native_git.bb |   27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 29 deletions(-)
 delete mode 100644 recipes/ezx/ezx-boot-usb-native_svn.bb
 create mode 100644 recipes/ezx/moto-boot-usb-native_git.bb

diff --git a/recipes/ezx/ezx-boot-usb-native_svn.bb b/recipes/ezx/ezx-boot-usb-native_svn.bb
deleted file mode 100644
index 280de30..0000000
--- a/recipes/ezx/ezx-boot-usb-native_svn.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "Boot a Motorola EZX device with a user supplied kernel"
-DEPENDS = "virtual/libusb0-native virtual/kernel"
-SECTION = "devel"
-AUTHOR = "Team OpenEZX <openezx-devel at lists.openezx.org>"
-LICENSE = "GPL"
-SRCREV = "2522"
-PV = "0.3.0+svnr${SRCPV}"
-
-SRC_URI = "svn://svn.openezx.org/trunk/src/host;module=boot_usb;proto=http" 
-S = "${WORKDIR}/boot_usb"
-
-EXTRA_OECONF := '--with-kernel-dir="${STAGING_DIR}/${MACHINE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel"'
-
-inherit autotools native
-
-do_deploy() {
-        install -d ${DEPLOY_DIR_TOOLS}
-        install -m 0755 src/boot_usb ${DEPLOY_DIR_TOOLS}/ezx-boot-usb-${PV}
-}
-
-do_stage() {
-	:
-}
-
-do_install() {
-	:
-}
-
-addtask deploy before do_build after do_compile
diff --git a/recipes/ezx/moto-boot-usb-native_git.bb b/recipes/ezx/moto-boot-usb-native_git.bb
new file mode 100644
index 0000000..e6fdaa1
--- /dev/null
+++ b/recipes/ezx/moto-boot-usb-native_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Boot a Motorola EZX device with a user supplied kernel"
+DEPENDS = "virtual/libusb0-native virtual/kernel"
+SECTION = "devel"
+AUTHOR = "Team OpenEZX <openezx-devel at lists.openezx.org>"
+LICENSE = "GPL"
+SRCREV = "d7136c6c9fe9d62b8f3defccef5dca47258bef63"
+PV = "0.3.0+gitr${SRCPV}"
+PR = "r0"
+PE = "1"
+
+SRC_URI = "git://git.openezx.org/moto-boot-usb.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF := '--with-kernel-dir="${STAGING_DIR}/${MACHINE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel"'
+
+inherit autotools native
+
+do_deploy() {
+        install -d ${DEPLOY_DIR_TOOLS}
+        install -m 0755 src/moto-boot-usb ${DEPLOY_DIR_TOOLS}/moto-boot-usb-${PV}
+}
+
+do_install() {
+  :
+}
+
+addtask deploy before do_build after do_compile
-- 
1.7.1





More information about the Openembedded-devel mailing list