From patchwork Tue Jul 3 21:14:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libedit: Update LICENSE, adjust DEPENDS assignment and include PR. Date: Tue, 03 Jul 2012 21:14:05 -0000 From: Ciby Peuse X-Patchwork-Id: 31131 Message-Id: <1341350045-4504-1-git-send-email-ciby_peuse@mentor.com> To: openembedded-core@lists.openembedded.org Cc: Ciby Peuse Update to include SPDX license string and include a few other improvements to the recipe. Signed-off-by: Ciby Peuse --- .../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