diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-10-11 11:38:31 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-09 00:08:43 +0100 |
commit | 8bb17cd44168ee55573330d0288a8b349dfbc498 (patch) | |
tree | 8f72df830fbfa2b5049321abc161a00a998d4719 /package/liboil/liboil-0.3.15-no-examples.patch | |
parent | 3ac00334d6373c47e5b45f7e2d3801411417c52f (diff) | |
download | buildroot-novena-8bb17cd44168ee55573330d0288a8b349dfbc498.tar.gz buildroot-novena-8bb17cd44168ee55573330d0288a8b349dfbc498.zip |
liboil: remove deprecated
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/liboil/liboil-0.3.15-no-examples.patch')
-rw-r--r-- | package/liboil/liboil-0.3.15-no-examples.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/package/liboil/liboil-0.3.15-no-examples.patch b/package/liboil/liboil-0.3.15-no-examples.patch deleted file mode 100644 index a79b5e750..000000000 --- a/package/liboil/liboil-0.3.15-no-examples.patch +++ /dev/null @@ -1,34 +0,0 @@ -[patch] liboil: don't build examples - -Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> ---- - Makefile.am | 2 +- - Makefile.in | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -Index: liboil-0.3.15/Makefile.am -=================================================================== ---- liboil-0.3.15.orig/Makefile.am -+++ liboil-0.3.15/Makefile.am -@@ -1,7 +1,7 @@ - - AUTOMAKE_OPTIONS = foreign - --SUBDIRS = liboil testsuite examples doc -+SUBDIRS = liboil testsuite doc - - EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING - -Index: liboil-0.3.15/Makefile.in -=================================================================== ---- liboil-0.3.15.orig/Makefile.in -+++ liboil-0.3.15/Makefile.in -@@ -259,7 +259,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - AUTOMAKE_OPTIONS = foreign --SUBDIRS = liboil testsuite examples doc -+SUBDIRS = liboil testsuite doc - EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - pkgconfig_DATA = liboil-$(LIBOIL_MAJORMINOR).pc |