aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/glib-2.0/files/glibinclude.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-13 17:01:28 +0000
committerRoss Burton <ross@openedhand.com>2008-01-13 17:01:28 +0000
commit976d36287788c29c127b118db02f88ad2525eb72 (patch)
tree35007faa350c7f3e993e46b8504103429707c833 /meta/packages/glib-2.0/files/glibinclude.patch
parentdad7da82908f779afe6a75ebcee8569a52758e5d (diff)
downloadopenembedded-core-976d36287788c29c127b118db02f88ad2525eb72.tar.gz
Drop unused glib patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3479 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glib-2.0/files/glibinclude.patch')
-rw-r--r--meta/packages/glib-2.0/files/glibinclude.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/glib-2.0/files/glibinclude.patch b/meta/packages/glib-2.0/files/glibinclude.patch
deleted file mode 100644
index 5413e50e00..0000000000
--- a/meta/packages/glib-2.0/files/glibinclude.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- glib-2.0-2.4.6-r1/glib-2.4.6/glib/Makefile.am~glibinclude.patch
-+++ glib-2.0-2.4.6-r1/glib-2.4.6/glib/Makefile.am
-@@ -157,8 +157,8 @@
- gprintf.h
-
- install-data-local: install-ms-lib install-libtool-import-lib
-- @if test -f $(glibincludedir)/glist.h ; then \
-- echo "*** Old headers found in $(glibincludedir). You should remove the" ; \
-+ @if test -f $(DESTDIR)$(glibincludedir)/glist.h ; then \
-+ echo "*** Old headers found in $(DESTDIR)$(glibincludedir). You should remove the" ; \
- echo "*** contents of this directory and type 'make install' again." ; \
- false ; \
- fi