diff options
author | 2015-11-04 21:35:56 +1000 | |
---|---|---|
committer | 2015-11-04 21:35:56 +1000 | |
commit | 1fd48bbea4a463d951c39a0178a1e4f4de85c3ad (patch) | |
tree | 762e31e00be32cc6eda43c37bbf33fa7b991257f | |
parent | 93b2f56281d2112567a0b8ad8ca9ab310741cd24 (diff) | |
download | meta-xilinx-1fd48bbea4a463d951c39a0178a1e4f4de85c3ad.tar.gz meta-xilinx-1fd48bbea4a463d951c39a0178a1e4f4de85c3ad.tar.bz2 meta-xilinx-1fd48bbea4a463d951c39a0178a1e4f4de85c3ad.zip |
u-boot-xlnx-dev: Remove openssl-native configuration
This is now setup as part of the u-boot.inc from oe-core.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx-dev.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb index 823d3035..7691b5fb 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb @@ -9,9 +9,6 @@ UBRANCH ?= "master" include u-boot-xlnx.inc include u-boot-extra.inc -DEPENDS += "openssl-native" -EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC}" HOSTCFLAGS="${BUILD_CFLAGS}" HOSTLD="${BUILD_LD}" HOSTLDFLAGS="${BUILD_LDFLAGS}"' - LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" SRCREV = "c0dc1a884dc3509fa3e12235c099f1e4edc24431" |