diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-05-21 17:06:33 +0200 |
---|---|---|
committer | Antonio Ospite <ospite@studenti.unina.it> | 2010-06-04 15:56:07 +0200 |
commit | b6068c9f260a4a142f248f686be6e4324945968d (patch) | |
tree | c7d4b7dc62d79996da3515404bf17af4d75f34e0 | |
parent | 05c900131a4f55633ab3d0652a1582949d1b98fc (diff) |
ezx-boot-usb-native: bump SRCREV
This newer revision fixes flashing to NOR.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Koen Kooi <koen@openembedded.org>
-rw-r--r-- | recipes/ezx/ezx-boot-usb-native_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ezx/ezx-boot-usb-native_svn.bb b/recipes/ezx/ezx-boot-usb-native_svn.bb index 3e24c59f32..280de30e24 100644 --- a/recipes/ezx/ezx-boot-usb-native_svn.bb +++ b/recipes/ezx/ezx-boot-usb-native_svn.bb @@ -3,7 +3,7 @@ DEPENDS = "virtual/libusb0-native virtual/kernel" SECTION = "devel" AUTHOR = "Team OpenEZX <openezx-devel@lists.openezx.org>" LICENSE = "GPL" -SRCREV = "2512" +SRCREV = "2522" PV = "0.3.0+svnr${SRCPV}" SRC_URI = "svn://svn.openezx.org/trunk/src/host;module=boot_usb;proto=http" |