diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-26 19:04:11 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:16 -0300 |
| commit | 67df1cdca7fe5be0513d67e6abd45b973189ecfe (patch) | |
| tree | 7a395f22d97f31d2b90a8b84bb29e618a9d6523c /recipes-connectivity/openssl/openssl-qoriq/oe-ldflags.patch | |
| parent | 1aab36553093098a5f5f19e08a7cfc1be77c889c (diff) | |
| download | meta-freescale-67df1cdca7fe5be0513d67e6abd45b973189ecfe.tar.gz | |
openssl-qoriq: rename the patch folder from openssl to openssl-qoriq
Fix the following build issues:
WARNING: Host distribution "Ubuntu-12.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
WARNING: Unable to get checksum for openssl-qoriq SRC_URI entry configure-targets.patch: file could not be found | ETA: 00:00:10
WARNING: Unable to get checksum for openssl-qoriq SRC_URI entry shared-libs.patch: file could not be found
WARNING: Unable to get checksum for openssl-qoriq SRC_URI entry oe-ldflags.patch: file could not be found
WARNING: Unable to get checksum for openssl-qoriq SRC_URI entry engines-install-in-libdir-ssl.patch: file could not be found
WARNING: Unable to get checksum for openssl-qoriq SRC_URI entry openssl-fix-link.patch: file could not be found
WARNING: Unable to get checksum for openssl-qoriq SRC_URI entry version-script.patch: file could not be found
WARNING: Unable to get checksum for openssl-qoriq SRC_URI entry pic.patch: file could not be found
...
ERROR: Fetcher failure: Unable to find file file://configure-targets.patch anywhere. The paths that were searched were:
/local/home/b19537/workspace/poky-os/meta-freescale/recipes-connectivity/openssl/openssl-qoriq-1.0.1i/poky
...
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-connectivity/openssl/openssl-qoriq/oe-ldflags.patch')
| -rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq/oe-ldflags.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq/oe-ldflags.patch b/recipes-connectivity/openssl/openssl-qoriq/oe-ldflags.patch new file mode 100644 index 000000000..292e13dc5 --- /dev/null +++ b/recipes-connectivity/openssl/openssl-qoriq/oe-ldflags.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | Upstream-Status: Inappropriate [open-embedded] | ||
| 2 | |||
| 3 | Index: openssl-1.0.0/Makefile.shared | ||
| 4 | =================================================================== | ||
| 5 | --- openssl-1.0.0.orig/Makefile.shared | ||
| 6 | +++ openssl-1.0.0/Makefile.shared | ||
| 7 | @@ -92,7 +92,7 @@ | ||
| 8 | LINK_APP= \ | ||
| 9 | ( $(SET_X); \ | ||
| 10 | LIBDEPS="$${LIBDEPS:-$(LIBDEPS)}"; \ | ||
| 11 | - LDCMD="$${LDCMD:-$(CC)}"; LDFLAGS="$${LDFLAGS:-$(CFLAGS)}"; \ | ||
| 12 | + LDCMD="$${LDCMD:-$(CC)}"; LDFLAGS="$(OE_LDFLAGS) $${LDFLAGS:-$(CFLAGS)}"; \ | ||
| 13 | LIBPATH=`for x in $$LIBDEPS; do echo $$x; done | sed -e 's/^ *-L//;t' -e d | uniq`; \ | ||
| 14 | LIBPATH=`echo $$LIBPATH | sed -e 's/ /:/g'`; \ | ||
| 15 | LD_LIBRARY_PATH=$$LIBPATH:$$LD_LIBRARY_PATH \ | ||
| 16 | @@ -102,7 +102,7 @@ | ||
| 17 | ( $(SET_X); \ | ||
| 18 | LIBDEPS="$${LIBDEPS:-$(LIBDEPS)}"; \ | ||
| 19 | SHAREDCMD="$${SHAREDCMD:-$(CC)}"; \ | ||
| 20 | - SHAREDFLAGS="$${SHAREDFLAGS:-$(CFLAGS) $(SHARED_LDFLAGS)}"; \ | ||
| 21 | + SHAREDFLAGS="$(OE_LDFLAGS) $${SHAREDFLAGS:-$(CFLAGS) $(SHARED_LDFLAGS)}"; \ | ||
| 22 | LIBPATH=`for x in $$LIBDEPS; do echo $$x; done | sed -e 's/^ *-L//;t' -e d | uniq`; \ | ||
| 23 | LIBPATH=`echo $$LIBPATH | sed -e 's/ /:/g'`; \ | ||
| 24 | LD_LIBRARY_PATH=$$LIBPATH:$$LD_LIBRARY_PATH \ | ||
