summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/slang
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2011-08-18 10:38:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-19 09:29:20 -0700
commitc7016bac665a8caf79e1821d61f9372e175911af (patch)
tree9dc9f6444e1176602a3aa2e0db8f48ad3a36b9e6 /meta/recipes-extended/slang
parentb8a4d1033acd13261cf91c2ee6c73c16d64ebe69 (diff)
downloadpoky-c7016bac665a8caf79e1821d61f9372e175911af.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/slang')
-rw-r--r--meta/recipes-extended/slang/slang_2.2.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb
index 4bf5737539..77e63da7e4 100644
--- a/meta/recipes-extended/slang/slang_2.2.4.bb
+++ b/meta/recipes-extended/slang/slang_2.2.4.bb
@@ -7,9 +7,10 @@ The S-Lang library, provided in this package, provides the S-Lang \
7extension language. S-Lang's syntax resembles C, which makes it easy \ 7extension language. S-Lang's syntax resembles C, which makes it easy \
8to recode S-Lang procedures in C if you need to." 8to recode S-Lang procedures in C if you need to."
9 9
10HOMEPAGE = "http://www.jedsoft.org/slang/"
10SECTION = "libs" 11SECTION = "libs"
11DEPENDS = "pcre" 12DEPENDS = "pcre"
12PR = "r5" 13PR = "r6"
13 14
14LICENSE = "GPLv2" 15LICENSE = "GPLv2"
15LIC_FILES_CHKSUM = "file://COPYING;md5=a52a18a472d4f7e45479b06563717c02" 16LIC_FILES_CHKSUM = "file://COPYING;md5=a52a18a472d4f7e45479b06563717c02"