[OE-core] [PATCH] libedit: Update LICENSE, adjust DEPENDS assignment and include PR.

Ciby Peuse ciby_peuse at mentor.com
Tue Jul 3 21:14:05 UTC 2012


Update to include SPDX license string and include a few other
improvements to the recipe.
Signed-off-by: Ciby Peuse <ciby_peuse at mentor.com>
---
 .../recipes-devtools/libedit/libedit_20110802.bb   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/libedit/libedit_20110802.bb b/meta-oe/recipes-devtools/libedit/libedit_20110802.bb
index 2aac727..d55eaf6 100644
--- a/meta-oe/recipes-devtools/libedit/libedit_20110802.bb
+++ b/meta-oe/recipes-devtools/libedit/libedit_20110802.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "BSD replacement for libreadline"
 HOMEPAGE = "http://www.thrysoee.dk/editline/"
 SECTION = "libs"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
-
-DEPENDS = "ncurses"
+DEPENDS += "ncurses"
+PR = "r0"
 
 inherit autotools
 
-- 
1.7.0.4





More information about the Openembedded-core mailing list