diff options
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | packages/ezx/ezx-boot-usb-native_svn.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 7c659cd3f2..94869fa11e 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -39,7 +39,7 @@ SRCREV_pn-essential-dialer ?= "60" SRCREV_pn-exalt ?= "79" SRCREV_pn-exalt-daemon ?= "78" SRCREV_pn-exalt-module ?= "78" -SRCREV_pn-ezx-boot-usb-native ?= "2367" +SRCREV_pn-ezx-boot-usb-native ?= "2371" SRCREV_pn-ezxd ?= "2074" SRCREV_pn-elf2flt ?= "1786" SRCREV_pn-epiphany ?= "7837" 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" |