From 66e07f3a4af99b69206a5c5d6fe633ad573507b5 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 3 Oct 2006 12:46:16 +0000 Subject: [PATCH] rename libgphoto2 patch, add patch to remove the tests/ build - should fix the buildbot error git-svn-id: svn://svn.openwrt.org/openwrt/packages@4891 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../{01-no_nls_bug.patch => 010-no_nls_bug.patch} | 0 libs/libgphoto2/patches/020-remove_tests.patch | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) rename libs/libgphoto2/patches/{01-no_nls_bug.patch => 010-no_nls_bug.patch} (100%) create mode 100644 libs/libgphoto2/patches/020-remove_tests.patch diff --git a/libs/libgphoto2/patches/01-no_nls_bug.patch b/libs/libgphoto2/patches/010-no_nls_bug.patch similarity index 100% rename from libs/libgphoto2/patches/01-no_nls_bug.patch rename to libs/libgphoto2/patches/010-no_nls_bug.patch diff --git a/libs/libgphoto2/patches/020-remove_tests.patch b/libs/libgphoto2/patches/020-remove_tests.patch new file mode 100644 index 000000000..6273bc8fc --- /dev/null +++ b/libs/libgphoto2/patches/020-remove_tests.patch @@ -0,0 +1,24 @@ +diff -ur libgphoto.old/Makefile.am libgphoto.dev/Makefile.am +--- libgphoto.old/Makefile.am 2006-04-19 03:54:32.000000000 +0200 ++++ libgphoto.dev/Makefile.am 2006-10-03 14:40:18.000000000 +0200 +@@ -8,7 +8,7 @@ + EXTRA_DIST = HACKING MAINTAINERS makefile.os2 os2mak.inc TESTERS CHANGES + + # Note: @subdirs@ lists all the directories from AC_CONFIG_SUBDIRS() +-SUBDIRS = @subdirs@ libgphoto2 camlibs tests po packaging doc ++SUBDIRS = @subdirs@ libgphoto2 camlibs po packaging doc + + doc_DATA = AUTHORS COPYING README CHANGES NEWS + +diff -ur libgphoto.old/Makefile.in libgphoto.dev/Makefile.in +--- libgphoto.old/Makefile.in 2006-06-19 21:15:59.000000000 +0200 ++++ libgphoto.dev/Makefile.in 2006-10-03 14:40:23.000000000 +0200 +@@ -297,7 +297,7 @@ + EXTRA_DIST = HACKING MAINTAINERS makefile.os2 os2mak.inc TESTERS CHANGES + + # Note: @subdirs@ lists all the directories from AC_CONFIG_SUBDIRS() +-SUBDIRS = @subdirs@ libgphoto2 camlibs tests po packaging doc ++SUBDIRS = @subdirs@ libgphoto2 camlibs po packaging doc + doc_DATA = AUTHORS COPYING README CHANGES NEWS + + ######################################################################## -- 2.11.0