]> git.pld-linux.org Git - packages/uboot.git/commitdiff
- updated to 2009.01 AC-branch auto/ac/uboot-2009_01-1 auto/th/uboot-2009_01-1
authorkosmo <kosmo@pld-linux.org>
Fri, 6 Feb 2009 08:45:27 +0000 (08:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use PLD cflags and ldflags.

Changed files:
    uboot.spec -> 1.5

uboot.spec

index dd62bbf44bab8bc5c9907668c5d26a72677e7131..3882796ca35707cf1b292ae3dd9e4b9791c7f94c 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       Das U-Boot -- the Universal Boot Loader
 Name:          uboot
-Version:       1.3.3
+Version:       2009.01
 Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
-# Source0-md5: 6ee26954bb548ad90392cd329ab5cc4c
+# Source0-md5: cb11d3d74eee4d31124523d90d8c31fa
 URL:           http://www.denx.de/wiki/U-Boot
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,6 +37,8 @@ touch include/config.mk include/config.h
 
 %{__make} tools \
        HOSTSTRIP=echo \
+       HOST_CFLAGS="%{rpmcflags}" \
+       HOST_LDFLAGS="%{rpmldflags}" \
        BIN_FILES="bmp_logo gen_eth_addr img2srec mkimage"
 
 %install
This page took 0.160943 seconds and 4 git commands to generate.