js: fix metadata

add homepage, fix description
update license, it's actually tri-licensed

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-07-01 17:23:54 +08:00 committed by Saul Wold
parent 715e03329b
commit dfe9854f48
1 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,15 @@
LICENSE = "GPL"
DESCRIPTION = "A JavaScript engine"
DESCRIPTION = "Spidermonkey: a javascript engine written in C"
HOMEPAGE = "http://www.mozilla.org/js/spidermonkey/"
SECTION = "libs"
# the package is licensed under either of the following
LICENSE = "MPL1.1 | GPLv2+ | LGPLv2.1+"
DEPENDS = "readline"
PR = "r1"
SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/js/older-packages/js-1.5.tar.gz \
file://link_with_gcc.patch;patch=1 \
file://usepic.patch;patch=1 \
file://jsautocfg.h"
PR = "r1"
S = "${WORKDIR}/js/src"