From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/libftdi/files/doxygen-configure.patch | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 recipes/libftdi/files/doxygen-configure.patch (limited to 'recipes/libftdi/files/doxygen-configure.patch') diff --git a/recipes/libftdi/files/doxygen-configure.patch b/recipes/libftdi/files/doxygen-configure.patch new file mode 100644 index 0000000000..150acb67d5 --- /dev/null +++ b/recipes/libftdi/files/doxygen-configure.patch @@ -0,0 +1,28 @@ +Index: libftdi-0.9/configure.in +=================================================================== +--- libftdi-0.9.orig/configure.in ++++ libftdi-0.9/configure.in +@@ -32,9 +32,5 @@ else + AC_MSG_RESULT(yes) + fi + +-dnl check for doxygen +-AC_PATH_PROG(DOXYGEN, doxygen) +-AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN); +- + AC_OUTPUT([libftdi-config],[chmod a+x libftdi-config]) +-AC_OUTPUT(Makefile src/Makefile examples/Makefile doc/Doxyfile doc/Makefile libftdi.pc) ++AC_OUTPUT(Makefile src/Makefile examples/Makefile libftdi.pc) +Index: libftdi-0.9/Makefile.am +=================================================================== +--- libftdi-0.9.orig/Makefile.am ++++ libftdi-0.9/Makefile.am +@@ -2,7 +2,7 @@ + # have all needed files, that a GNU package needs + AUTOMAKE_OPTIONS = foreign 1.4 + +-SUBDIRS = src examples doc ++SUBDIRS = src examples + + EXTRA_DIST = libftdi.spec COPYING.LIB README ChangeLog libftdi-config.in + -- cgit v1.2.3