diff options
| -rw-r--r-- | meta-oe/recipes-devtools/tclap/tclap/Makefile.am-disable-docs.patch | 31 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb | 16 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb | 22 |
3 files changed, 22 insertions, 47 deletions
diff --git a/meta-oe/recipes-devtools/tclap/tclap/Makefile.am-disable-docs.patch b/meta-oe/recipes-devtools/tclap/tclap/Makefile.am-disable-docs.patch deleted file mode 100644 index 358cbefdde..0000000000 --- a/meta-oe/recipes-devtools/tclap/tclap/Makefile.am-disable-docs.patch +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | From c209ed0e7ffca32fe3714bad9cc54bdb00c286bb Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Ting Liu <b28495@freescale.com> | ||
| 3 | Date: Mon, 15 Apr 2013 16:28:37 +0800 | ||
| 4 | Subject: [PATCH] Makefile.am: disable docs | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [OE specific] | ||
| 7 | |||
| 8 | docs need some generating tool (for example, doxygen) from host which may | ||
| 9 | be not available. Disable it to avoid build issue. | ||
| 10 | |||
| 11 | Signed-off-by: Ting Liu <b28495@freescale.com> | ||
| 12 | --- | ||
| 13 | Makefile.am | 2 +- | ||
| 14 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/Makefile.am b/Makefile.am | ||
| 17 | index 0a6ebc9..6b42f41 100644 | ||
| 18 | --- a/Makefile.am | ||
| 19 | +++ b/Makefile.am | ||
| 20 | @@ -1,7 +1,7 @@ | ||
| 21 | |||
| 22 | ACLOCAL_AMFLAGS = -I config | ||
| 23 | |||
| 24 | -SUBDIRS = include examples docs tests msc config | ||
| 25 | +SUBDIRS = include examples tests msc config | ||
| 26 | |||
| 27 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 28 | pkgconfig_DATA = $(PACKAGE).pc | ||
| 29 | -- | ||
| 30 | 1.7.5 | ||
| 31 | |||
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb deleted file mode 100644 index bba8d5c215..0000000000 --- a/meta-oe/recipes-devtools/tclap/tclap_1.2.2.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | SUMMARY = "Templatized C++ Command Line Parser" | ||
| 2 | HOMEPAGE = "http://tclap.sourceforge.net/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0ca8b9c5c5445cfa7af7e78fd27e60ed" | ||
| 5 | |||
| 6 | SRCREV = "ec3ddcfe41b0544a4551a57439b6b3682fe31479" | ||
| 7 | SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.2 \ | ||
| 8 | file://Makefile.am-disable-docs.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | inherit autotools | ||
| 13 | |||
| 14 | ALLOW_EMPTY_${PN} = "1" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb new file mode 100644 index 0000000000..13f66e47da --- /dev/null +++ b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "Templatized C++ Command Line Parser" | ||
| 2 | HOMEPAGE = "http://tclap.sourceforge.net/" | ||
| 3 | DESCRIPTION = "TCLAP is a small, flexible library that provides a simple interface \ | ||
| 4 | for defining and accessing command line arguments. It was intially inspired by the \ | ||
| 5 | user friendly CLAP libary. The difference is that this library is templatized, so \ | ||
| 6 | the argument class is type independent. Type independence avoids identical-except-for-type \ | ||
| 7 | objects, such as IntArg, FloatArg, and StringArg. While the library is not strictly \ | ||
| 8 | compliant with the GNU or POSIX standards, it is close. \ | ||
| 9 | " | ||
| 10 | LICENSE = "MIT" | ||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=5c64b2e8cc50917b2744a90950faa7cd" | ||
| 12 | |||
| 13 | SRCREV = "799a8b1f99818e39fee19d0601030770af1221e1" | ||
| 14 | SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4 \ | ||
| 15 | " | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | inherit cmake | ||
| 19 | |||
| 20 | ALLOW_EMPTY_${PN} = "1" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
