diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2014-11-11 11:47:43 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-19 22:52:11 +0100 |
commit | 0664897fb6fc2093c7e7042d78ada5e88499f22f (patch) | |
tree | e33f98ad54d41bebfa0bbc91dbd91b80d5f2afb6 /package/elfutils/elfutils-05-disable-po.patch | |
parent | ba992db9764a76e972f91dfd506060df6835e679 (diff) | |
download | buildroot-0664897fb6fc2093c7e7042d78ada5e88499f22f.tar.gz buildroot-0664897fb6fc2093c7e7042d78ada5e88499f22f.zip |
elfutils: rename patches to follow the new name structure
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/elfutils/elfutils-05-disable-po.patch')
-rw-r--r-- | package/elfutils/elfutils-05-disable-po.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/elfutils/elfutils-05-disable-po.patch b/package/elfutils/elfutils-05-disable-po.patch deleted file mode 100644 index d98da0b0f6..0000000000 --- a/package/elfutils/elfutils-05-disable-po.patch +++ /dev/null @@ -1,22 +0,0 @@ -Disable the build of the po/ directory - -Building the po/ directory complains that the scripts in there have -been generated with gettext 0.17, while we use gettext 0.18 in -Buildroot. Since we don't care that much about po files anyway, just -disable the build of this directory. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - -Index: b/Makefile.am -=================================================================== ---- a/Makefile.am -+++ b/Makefile.am -@@ -28,7 +28,7 @@ - - # Add doc back when we have some real content. - SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \ -- $(PROGS_SUBDIR) po tests -+ $(PROGS_SUBDIR) tests - - EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \ - COPYING COPYING-GPLV2 COPYING-LGPLV3 |