From 1bfdffb3cb33e153b33d1bb50e507515e2346493 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 12 Aug 2011 13:09:44 -0500 Subject: u-boot_1.3.4: set version string to 1.3.4-mts --- multitech/recipes/u-boot/u-boot_1.3.4.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/multitech/recipes/u-boot/u-boot_1.3.4.bb b/multitech/recipes/u-boot/u-boot_1.3.4.bb index df73768..0b5f24f 100644 --- a/multitech/recipes/u-boot/u-boot_1.3.4.bb +++ b/multitech/recipes/u-boot/u-boot_1.3.4.bb @@ -1,6 +1,6 @@ require recipes/u-boot/u-boot.inc -PR = "r8" +PR = "r9" ALLOW_EMPTY = 1 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ @@ -31,6 +31,11 @@ FILES_${PN} = " \ FILES_${PN}_append_mtcdp = "${sysconfdir}/fw_env.config" FILES_${PN}_append_mtcdp-embedded = "${sysconfdir}/fw_env.config" +do_configure_prepend() { + mv -f tools/setlocalversion tools/setlocalversion.old + echo "echo '-mts'" >> tools/setlocalversion +} + # Don't override install if you want to install any of the U-Boot tools do_install () { echo "nothing to install" -- cgit v1.2.3