diff options
| -rw-r--r-- | meta-fsl-ppc/recipes-devtools/libedit/libedit_20121213.bb | 18 | ||||
| -rw-r--r-- | meta-fsl-ppc/recipes-devtools/tclap/tclap_1.2.1.bb | 17 |
2 files changed, 0 insertions, 35 deletions
diff --git a/meta-fsl-ppc/recipes-devtools/libedit/libedit_20121213.bb b/meta-fsl-ppc/recipes-devtools/libedit/libedit_20121213.bb deleted file mode 100644 index 08dba440d..000000000 --- a/meta-fsl-ppc/recipes-devtools/libedit/libedit_20121213.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | DESCRIPTION = "BSD replacement for libreadline" | ||
| 2 | HOMEPAGE = "http://www.thrysoee.dk/editline/" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533" | ||
| 6 | |||
| 7 | DEPENDS = "ncurses" | ||
| 8 | |||
| 9 | inherit autotools | ||
| 10 | |||
| 11 | # upstream site does not allow wget's User-Agent | ||
| 12 | FETCHCMD_wget += "-U bitbake" | ||
| 13 | SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}-3.0.tar.gz" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${BPN}-${PV}-3.0" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a" | ||
| 18 | SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f" | ||
diff --git a/meta-fsl-ppc/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-fsl-ppc/recipes-devtools/tclap/tclap_1.2.1.bb deleted file mode 100644 index aa478b584..000000000 --- a/meta-fsl-ppc/recipes-devtools/tclap/tclap_1.2.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "Templatized C++ Command Line Parser" | ||
| 2 | HOMEPAGE = "http://tclap.sourceforge.net/" | ||
| 3 | SECTION = "tclap" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453" | ||
| 6 | |||
| 7 | SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41" | ||
| 8 | SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap;protocal=git;branch=master" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | do_install_prepend() { | ||
| 14 | install -d ${S}/docs/html | ||
| 15 | } | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
