]> code.ossystems Code Review - openembedded-core.git/commitdiff
ed: add GPLv2 version.
authorDongxiao Xu <dongxiao.xu@intel.com>
Wed, 18 Aug 2010 13:28:44 +0000 (21:28 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 19 Aug 2010 11:29:15 +0000 (12:29 +0100)
Add the latest GPLv2 of ed (0.5) into poky system

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta-lsb/packages/ed/ed_0.5.bb [new file with mode: 0644]

diff --git a/meta-lsb/packages/ed/ed_0.5.bb b/meta-lsb/packages/ed/ed_0.5.bb
new file mode 100644 (file)
index 0000000..e14bf0e
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "GNU ed is a line-oriented text editor"
+HOMEPAGE = "http://www.gnu.org/software/ed/"
+SECTION = "base"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6ddd5335ef96fb858a138230af773710 \
+                    file://main.c;beginline=1;endline=17;md5=36d4b85e5ae9028e918d1cc775c2475e"
+
+PR = "r0"
+SRC_URI = "http://download.savannah.gnu.org/releases-noredirect/ed/ed-${PV}.tar.bz2"
+
+inherit autotools