1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

slang: add homepage and update distro tracking fields

Add slang homepage and bump up PR.
Update distro tracking fields.

(From OE-Core rev: 86c9732728e2e29051d6e6059e19c015c06358cb)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kang Kai
2011-08-18 10:38:47 +08:00
committed by Richard Purdie
parent b8a4d1033a
commit c7016bac66
2 changed files with 5 additions and 3 deletions
@@ -5731,8 +5731,9 @@ RECIPE_MAINTAINER_pn-linuxdoc-tools = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-slang = "green"
RECIPE_LATEST_VERSION_pn-slang = "2.2.4"
RECIPE_LAST_UPDATE_pn-slang = "Apr 10, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-slang = "Jun 6, 2011"
RECIPE_LAST_UPDATE_pn-slang = "Jul 28, 2011"
RECIPE_MANUAL_CHECK_DATE_pn-slang = "Jun 28, 2011"
RECIPE_MAINTAINER_pn-slang = "Kai Kang <kai.kang@windriver.com>"
RECIPE_STATUS_pn-libnewt = "green"
RECIPE_LATEST_VERSION_pn-libnewt = "0.52.12"
+2 -1
View File
@@ -7,9 +7,10 @@ The S-Lang library, provided in this package, provides the S-Lang \
extension language. S-Lang's syntax resembles C, which makes it easy \
to recode S-Lang procedures in C if you need to."
HOMEPAGE = "http://www.jedsoft.org/slang/"
SECTION = "libs"
DEPENDS = "pcre"
PR = "r5"
PR = "r6"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=a52a18a472d4f7e45479b06563717c02"