summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-support/apr/apr-util/configfix.patch
diff options
context:
space:
mode:
authorDave Cobbley <david.j.cobbley@linux.intel.com>2018-08-14 10:05:37 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-22 21:26:31 -0400
commiteb8dc40360f0cfef56fb6947cc817a547d6d9bc6 (patch)
treede291a73dc37168da6370e2cf16c347d1eba9df8 /import-layers/yocto-poky/meta/recipes-support/apr/apr-util/configfix.patch
parent9c3cf826d853102535ead04cebc2d6023eff3032 (diff)
downloadblackbird-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.tar.gz
blackbird-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.zip
[Subtree] Removing import-layers directory
As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-support/apr/apr-util/configfix.patch')
-rw-r--r--import-layers/yocto-poky/meta/recipes-support/apr/apr-util/configfix.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-support/apr/apr-util/configfix.patch b/import-layers/yocto-poky/meta/recipes-support/apr/apr-util/configfix.patch
deleted file mode 100644
index dbb114880..000000000
--- a/import-layers/yocto-poky/meta/recipes-support/apr/apr-util/configfix.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-Index: apr-util-1.3.4/apu-config.in
-===================================================================
---- apr-util-1.3.4.orig/apu-config.in 2009-01-12 17:08:06.000000000 +0000
-+++ apr-util-1.3.4/apu-config.in 2009-01-12 17:09:00.000000000 +0000
-@@ -134,14 +134,7 @@
- exit 0
- ;;
- --includes)
-- if test "$location" = "installed"; then
- flags="$flags -I$includedir $INCLUDES"
-- elif test "$location" = "source"; then
-- flags="$flags -I$APU_SOURCE_DIR/include $INCLUDES"
-- else
-- # this is for VPATH builds
-- flags="$flags -I$APU_BUILD_DIR/include -I$APU_SOURCE_DIR/include $INCLUDES"
-- fi
- ;;
- --ldflags)
- flags="$flags $LDFLAGS"
-@@ -155,28 +148,10 @@
- exit 0
- ;;
- --link-ld)
-- if test "$location" = "installed"; then
-- ### avoid using -L if libdir is a "standard" location like /usr/lib
- flags="$flags -L$libdir -l$APRUTIL_LIBNAME"
-- else
-- flags="$flags -L$APU_BUILD_DIR -l$APRUTIL_LIBNAME"
-- fi
- ;;
- --link-libtool)
-- # If the LA_FILE exists where we think it should be, use it. If we're
-- # installed and the LA_FILE does not exist, assume to use -L/-l
-- # (the LA_FILE may not have been installed). If we're building ourselves,
-- # we'll assume that at some point the .la file be created.
-- if test -f "$LA_FILE"; then
-- flags="$flags $LA_FILE"
-- elif test "$location" = "installed"; then
-- ### avoid using -L if libdir is a "standard" location like /usr/lib
-- # Since the user is specifying they are linking with libtool, we
-- # *know* that -R will be recognized by libtool.
-- flags="$flags -L$libdir -R$libdir -l$APRUTIL_LIBNAME"
-- else
-- flags="$flags $LA_FILE"
-- fi
-+ flags="$flags -l$APRUTIL_LIBNAME"
- ;;
- --apu-la-file)
- if test -f "$LA_FILE"; then
OpenPOWER on IntegriCloud