diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-01 21:16:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-01 21:16:14 +0000 |
commit | c313fdca26466648928e5eecd4797170fbf028c7 (patch) | |
tree | 4e00d8449cac0fb45c2f083d4f067d2170dff820 | |
parent | 2f023367fe5d7fa9b705d3473ce655df5c95237c (diff) |
ezx-boot-usb: update to svn rev 1922 which adds supports for the ROKR E2 (motorola should get a better spellchecker)
-rw-r--r-- | packages/ezx/ezx-boot-usb-native_svn.bb (renamed from packages/ezx/ezx-boot-usb-native_1877.bb) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/ezx/ezx-boot-usb-native_1877.bb b/packages/ezx/ezx-boot-usb-native_svn.bb index 5fe3294fee..64e8a486e0 100644 --- a/packages/ezx/ezx-boot-usb-native_1877.bb +++ b/packages/ezx/ezx-boot-usb-native_svn.bb @@ -5,7 +5,12 @@ AUTHOR = "Harald Welte" LICENSE = "GPL" PR = "r1" -SRC_URI = "svn://svn.openezx.org/trunk/src/host;module=boot_usb;proto=http;rev=${PV}" +DEFAULT_PREFERENCE = "-1" + +REV = "1922" +PV = "0.1.0+r${REV}" + +SRC_URI = "svn://svn.openezx.org/trunk/src/host;module=boot_usb;proto=http;rev=${REV}" S = "${WORKDIR}/boot_usb" inherit native |