summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash/pathexp-dep.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/bash/bash/pathexp-dep.patch')
-rw-r--r--meta/recipes-extended/bash/bash/pathexp-dep.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-extended/bash/bash/pathexp-dep.patch b/meta/recipes-extended/bash/bash/pathexp-dep.patch
deleted file mode 100644
index e05bbda317..0000000000
--- a/meta/recipes-extended/bash/bash/pathexp-dep.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1pathexp includes libintl.h but doesn't depend on it, thus a build race can occur.
2
3Upstream-Status: Submitted (https://savannah.gnu.org/patch/index.php?9503)
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6diff --git a/Makefile.in b/Makefile.in
7index c7b62bc0..241cbf12 100644
8--- a/Makefile.in
9+++ b/Makefile.in
10@@ -1281,2 +1281,3 @@ nojobs.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
11 y.tab.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
12+pathexp.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
13 pcomplete.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h