ezx: update ezx-boot-usb-native version
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 25 Mar 2010 07:19:54 +0000 (07:19 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 26 Mar 2010 20:15:27 +0000 (21:15 +0100)
Fix also ezx-boot-usb-native_svn.bb as the code now resides in a 'src'
subdirectory.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
conf/distro/include/sane-srcrevs.inc
recipes/ezx/ezx-boot-usb-native_svn.bb

index 6254980..7c0c559 100644 (file)
@@ -54,7 +54,7 @@ SRCREV_pn-elf2flt ?= "1786"
 SRCREV_pn-epdfview ?= "346"
 SRCREV_pn-epiphany ?= "7837"
 SRCREV_pn-essential-dialer ?= "194"
-SRCREV_pn-ezx-boot-usb-native ?= "2371"
+SRCREV_pn-ezx-boot-usb-native ?= "2512"
 SRCREV_pn-ezx-gen-blob ?= "2426"
 SRCREV_pn-ezxd ?= "2074"
 SRCREV_pn-fbgrab-viewer-native ?= "1943"
index 1298cac..237d06b 100644 (file)
@@ -14,7 +14,7 @@ inherit autotools native
 
 do_deploy() {
         install -d ${DEPLOY_DIR_TOOLS}
-        install -m 0755 boot_usb ${DEPLOY_DIR_TOOLS}/ezx-boot-usb-${PV}
+        install -m 0755 src/boot_usb ${DEPLOY_DIR_TOOLS}/ezx-boot-usb-${PV}
 }
 
 do_stage() {