summaryrefslogtreecommitdiff
path: root/meta/packages/gettext/files
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-09 15:05:09 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-09 15:05:09 +0100
commit939e2fe270553ac4675520adeaf23761e856c468 (patch)
tree966942ac34f8d449478f6cbe2e77982398c97e31 /meta/packages/gettext/files
parent530fb7fdea401fd33e4ef90a7ee411f675a4a20c (diff)
downloadopenembedded-core-939e2fe270553ac4675520adeaf23761e856c468.tar.gz
openembedded-core-939e2fe270553ac4675520adeaf23761e856c468.tar.bz2
openembedded-core-939e2fe270553ac4675520adeaf23761e856c468.tar.xz
openembedded-core-939e2fe270553ac4675520adeaf23761e856c468.zip
gettext: Move files to the correct place
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gettext/files')
-rw-r--r--meta/packages/gettext/files/gettext-autoconf-lib-link-no-L.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/gettext/files/gettext-autoconf-lib-link-no-L.patch b/meta/packages/gettext/files/gettext-autoconf-lib-link-no-L.patch
deleted file mode 100644
index 2fe62c0e1..000000000
--- a/meta/packages/gettext/files/gettext-autoconf-lib-link-no-L.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- gettext-0.17/autoconf-lib-link/m4/lib-link.m4~ 2009-04-17 15:12:30.000000000 -0700
-+++ gettext-0.17/autoconf-lib-link/m4/lib-link.m4 2009-04-17 15:37:39.000000000 -0700
-@@ -267,6 +267,9 @@
- fi
- fi
- fi
-+ dnl Just let the compiler find the library, the compiler and user are smarter then this script
-+ dnl when cross compiling and working with a relocated install.
-+ found_dir=""
- if test "X$found_dir" = "X"; then
- for x in $LDFLAGS $LTLIB[]NAME; do
- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])