[oe-commits] Antonio Ospite : ezx: rename ezx-boot-usb recipe to moto-boot-usb, use git

git version control git at git.openembedded.org
Sun Jun 20 16:46:41 UTC 2010


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

Author: Antonio Ospite <ospite at studenti.unina.it>
Date:   Wed Jun 16 16:27:24 2010 +0200

ezx: rename ezx-boot-usb recipe to moto-boot-usb, use git

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>
Acked-by: Michael 'Mickey' Lauer <mlauer at vanille-media.de>

---

 ...b-native_svn.bb => moto-boot-usb-native_git.bb} |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/recipes/ezx/ezx-boot-usb-native_svn.bb b/recipes/ezx/moto-boot-usb-native_git.bb
similarity index 62%
rename from recipes/ezx/ezx-boot-usb-native_svn.bb
rename to recipes/ezx/moto-boot-usb-native_git.bb
index 280de30..e6fdaa1 100644
--- a/recipes/ezx/ezx-boot-usb-native_svn.bb
+++ b/recipes/ezx/moto-boot-usb-native_git.bb
@@ -3,11 +3,13 @@ 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}"
+SRCREV = "d7136c6c9fe9d62b8f3defccef5dca47258bef63"
+PV = "0.3.0+gitr${SRCPV}"
+PR = "r0"
+PE = "1"
 
-SRC_URI = "svn://svn.openezx.org/trunk/src/host;module=boot_usb;proto=http" 
-S = "${WORKDIR}/boot_usb"
+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"'
 
@@ -15,15 +17,11 @@ 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() {
-	:
+        install -m 0755 src/moto-boot-usb ${DEPLOY_DIR_TOOLS}/moto-boot-usb-${PV}
 }
 
 do_install() {
-	:
+  :
 }
 
 addtask deploy before do_build after do_compile





More information about the Openembedded-commits mailing list