]> code.ossystems Code Review - openembedded-core.git/commitdiff
js: fix metadata
authorQing He <qing.he@intel.com>
Thu, 1 Jul 2010 09:23:54 +0000 (17:23 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:45 +0000 (15:32 -0700)
add homepage, fix description
update license, it's actually tri-licensed

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/js/js_1.5.bb

index ce763338d33993fdb57fc5243dcba0bb98908073..fe8c8c2b9b921641c1bf6532385affb015227938 100644 (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"