summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-07-03 02:12:11 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-07-03 10:45:49 +0800
commita2bcb25c53f935ae9a423c57ca5e2f7a2f7b1a69 (patch)
treef7e0117fb5a42b0fee30f3482b98acac8adae257 /recipes-devtools
parentd5b894621c9dd228aac13e9b2c01fa36f7c6e858 (diff)
downloadmeta-fsl-ppc-a2bcb25c53f935ae9a423c57ca5e2f7a2f7b1a69.tar.gz
libedit: pull in from meta-oe as it is needed by usdpaa
meta-fsl-ppc should not depends on meta-oe to run, so keep a copy of libedit in this layer. libedit commit history in meta-oe: d5bb26f libedit: upgrade to 20121213 and fix download d9619f6 libedit: update to latest version d248ea6 libedit: Remove files folder as no patch was being used 4d2d164 libedit: Adds version 20110802 (initial recipe) Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/libedit/libedit_20121213.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/libedit/libedit_20121213.bb b/recipes-devtools/libedit/libedit_20121213.bb
new file mode 100644
index 0000000..35e619c
--- /dev/null
+++ b/recipes-devtools/libedit/libedit_20121213.bb
@@ -0,0 +1,18 @@
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/${PN}-${PV}-3.0.tar.gz"
14
15S = "${WORKDIR}/${PN}-${PV}-3.0"
16
17SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a"
18SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f"