diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-14 19:34:02 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-23 23:59:13 +1000 |
| commit | 632b4b77118f55304d1eede247e40e0f9f627c88 (patch) | |
| tree | dde831418b0067d7463149e8058e7478f5609989 /recipes-bsp | |
| parent | 2af8d2a0e63aa371045895da03ba2bf98b51adb4 (diff) | |
| download | meta-xilinx-632b4b77118f55304d1eede247e40e0f9f627c88.tar.gz | |
u-boot-xlnx-dev: Fix up "_append +=" consistency
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx-dev.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb index 411663d1..20d3636d 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb | |||
| @@ -11,7 +11,7 @@ include u-boot-elf.inc | |||
| 11 | include u-boot-extra.inc | 11 | include u-boot-extra.inc |
| 12 | 12 | ||
| 13 | DEPENDS += "openssl-native" | 13 | DEPENDS += "openssl-native" |
| 14 | EXTRA_OEMAKE_append += 'HOSTCC="${BUILD_CC}" HOSTCFLAGS="${BUILD_CFLAGS}" HOSTLD="${BUILD_LD}" HOSTLDFLAGS="${BUILD_LDFLAGS}"' | 14 | EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC}" HOSTCFLAGS="${BUILD_CFLAGS}" HOSTLD="${BUILD_LD}" HOSTLDFLAGS="${BUILD_LDFLAGS}"' |
| 15 | 15 | ||
| 16 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 16 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
| 17 | 17 | ||
