diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-12-13 09:59:24 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-12-13 09:59:24 +0100 |
commit | 529aa9b7b391a3b90f30fce6be45b0124b5904d9 (patch) | |
tree | 50ea86b42fa800bb6e5ec114348cfc35bc558182 /packages/ezx | |
parent | 7f7e34c9f5f7c10b63c07aa9a0a0f652b02bcfd8 (diff) |
ezx-boot-usb-native: 0.3.0
Diffstat (limited to 'packages/ezx')
-rw-r--r-- | packages/ezx/ezx-boot-usb-native_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ezx/ezx-boot-usb-native_svn.bb b/packages/ezx/ezx-boot-usb-native_svn.bb index a0a8affdc0..426ad4a555 100644 --- a/packages/ezx/ezx-boot-usb-native_svn.bb +++ b/packages/ezx/ezx-boot-usb-native_svn.bb @@ -1,9 +1,9 @@ -DESCRIPTION = "Boots a Motorola EZX device with a user supplied kernel zImage" +DESCRIPTION = "Boot a Motorola EZX device with a user supplied kernel" DEPENDS = "libusb-native virtual/kernel" SECTION = "devel" AUTHOR = "Team OpenEZX <openezx-devel@lists.openezx.org>" LICENSE = "GPL" -PV = "0.2.0+svnr${SRCREV}" +PV = "0.3.0+svnr${SRCREV}" SRC_URI = "svn://svn.openezx.org/trunk/src/host;module=boot_usb;proto=http" S = "${WORKDIR}/boot_usb" |