diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-04 21:35:56 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-04 21:35:56 +1000 |
commit | 1fd48bbea4a463d951c39a0178a1e4f4de85c3ad (patch) | |
tree | 762e31e00be32cc6eda43c37bbf33fa7b991257f | |
parent | 93b2f56281d2112567a0b8ad8ca9ab310741cd24 (diff) | |
download | meta-xilinx-1fd48bbea4a463d951c39a0178a1e4f4de85c3ad.tar.gz |
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" | |||
9 | include u-boot-xlnx.inc | 9 | include u-boot-xlnx.inc |
10 | include u-boot-extra.inc | 10 | include u-boot-extra.inc |
11 | 11 | ||
12 | DEPENDS += "openssl-native" | ||
13 | EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC}" HOSTCFLAGS="${BUILD_CFLAGS}" HOSTLD="${BUILD_LD}" HOSTLDFLAGS="${BUILD_LDFLAGS}"' | ||
14 | |||
15 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
16 | 13 | ||
17 | SRCREV = "c0dc1a884dc3509fa3e12235c099f1e4edc24431" | 14 | SRCREV = "c0dc1a884dc3509fa3e12235c099f1e4edc24431" |