summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/libedit
diff options
context:
space:
mode:
authorBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:04:48 +0300
committerBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:28:16 +0300
commitf877a1524b36f0e157f2208f58fc5ff04e3670f7 (patch)
tree0a4bc099641efaa616ff9a3b5ab2da96c1dc13bf /recipes-devtools/libedit
downloadmeta-fsl-ppc-daisy-enea-231026.tar.gz
Adding the source code from EneaLinux 4.0_6daisy-enea-231026
Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
Diffstat (limited to 'recipes-devtools/libedit')
-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..08dba44
--- /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/${BPN}-${PV}-3.0.tar.gz"
14
15S = "${WORKDIR}/${BPN}-${PV}-3.0"
16
17SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a"
18SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f"