From: Koen Kooi Date: Mon, 1 Jan 2007 21:16:14 +0000 (+0000) Subject: ezx-boot-usb: update to svn rev 1922 which adds supports for the ROKR E2 (motorola... X-Git-Tag: Release-2010-05/1~9453^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c313fdca26466648928e5eecd4797170fbf028c7;p=openembedded.git ezx-boot-usb: update to svn rev 1922 which adds supports for the ROKR E2 (motorola should get a better spellchecker) --- diff --git a/packages/ezx/ezx-boot-usb-native_1877.bb b/packages/ezx/ezx-boot-usb-native_svn.bb similarity index 86% rename from packages/ezx/ezx-boot-usb-native_1877.bb rename to 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