summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-24 10:44:24 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-24 13:20:38 +0800
commitee1b65db67e105d37ffca21a78b668628239f34b (patch)
tree48b07660ab53d05ed9932b58c5b456a25643387d /recipes-devtools
parentdc097d69efa5293e8474fa334f483b4b9df8dfd2 (diff)
downloadmeta-fsl-ppc-ee1b65db67e105d37ffca21a78b668628239f34b.tar.gz
libedit/tclap: remove
they already exist in meta-openembeded layer, remove Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/libedit/libedit_20121213.bb18
-rw-r--r--recipes-devtools/tclap/tclap_1.2.1.bb17
2 files changed, 0 insertions, 35 deletions
diff --git a/recipes-devtools/libedit/libedit_20121213.bb b/recipes-devtools/libedit/libedit_20121213.bb
deleted file mode 100644
index 08dba44..0000000
--- a/recipes-devtools/libedit/libedit_20121213.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "BSD replacement for libreadline"
2HOMEPAGE = "http://www.thrysoee.dk/editline/"
3SECTION = "libs"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
6
7DEPENDS = "ncurses"
8
9inherit autotools
10
11# upstream site does not allow wget's User-Agent
12FETCHCMD_wget += "-U bitbake"
13SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}-3.0.tar.gz"
14
15S = "${WORKDIR}/${BPN}-${PV}-3.0"
16
17SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a"
18SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f"
diff --git a/recipes-devtools/tclap/tclap_1.2.1.bb b/recipes-devtools/tclap/tclap_1.2.1.bb
deleted file mode 100644
index aa478b5..0000000
--- a/recipes-devtools/tclap/tclap_1.2.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "Templatized C++ Command Line Parser"
2HOMEPAGE = "http://tclap.sourceforge.net/"
3SECTION = "tclap"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
6
7SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
8SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap;protocal=git;branch=master"
9
10S = "${WORKDIR}/git"
11inherit autotools
12
13do_install_prepend() {
14 install -d ${S}/docs/html
15}
16
17BBCLASSEXTEND = "native nativesdk"