| Submitter | Ciby Peuse |
|---|---|
| Date | July 5, 2012, 3:52 p.m. |
| Message ID | <1341503578-16231-1-git-send-email-ciby_peuse@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/31249/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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
Update to include SPDX license string and include a few other improvements to the recipe. Signed-off-by: Ciby Peuse <ciby_peuse@mentor.com> --- .../recipes-devtools/libedit/libedit_20110802.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)