diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-08-12 13:09:44 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-08-12 13:09:44 -0500 |
commit | 1bfdffb3cb33e153b33d1bb50e507515e2346493 (patch) | |
tree | 40824c81dd9323c1814bc392e39a1c2b48ccfb6e /multitech/recipes | |
parent | 38e96f819c7b54c79354b940cea43e53a97f65aa (diff) |
u-boot_1.3.4: set version string to 1.3.4-mts
Diffstat (limited to 'multitech/recipes')
-rw-r--r-- | multitech/recipes/u-boot/u-boot_1.3.4.bb | 7 |
1 files changed, 6 insertions, 1 deletions
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" |