summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-18 16:02:11 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 13:26:11 +0000
commit38b034168f1cf390fc6b839fca8d22eaf979f5ec (patch)
treeeed36c3ad35a8d167a7130edee891c5ffb6052f9 /meta/recipes-support
parentcb06a5aa2be89d93c6f762f7607e72ecea40b20e (diff)
downloadpoky-38b034168f1cf390fc6b839fca8d22eaf979f5ec.tar.gz
js: refactor packages for staticdev
(From OE-Core rev: 7aa32f7b841f7fcd77cb0197891bd43ef5b8562a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
index a4423ab4dc..adca44e77d 100644
--- a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
+++ b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
5# the package is licensed under either of the following 5# the package is licensed under either of the following
6LICENSE = "MPL-1 | GPLv2+ | LGPLv2.1+" 6LICENSE = "MPL-1 | GPLv2+ | LGPLv2.1+"
7LIC_FILES_CHKSUM = "file://jsapi.c;beginline=4;endline=39;md5=347c6bbf4fb4547de1fa5ad830030063" 7LIC_FILES_CHKSUM = "file://jsapi.c;beginline=4;endline=39;md5=347c6bbf4fb4547de1fa5ad830030063"
8PR = "r2" 8PR = "r3"
9 9
10SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/js/js-1.8.0-rc1.tar.gz \ 10SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/js/js-1.8.0-rc1.tar.gz \
11 file://link_with_gcc.patch \ 11 file://link_with_gcc.patch \
@@ -47,5 +47,4 @@ do_install() {
47} 47}
48 48
49FILES_${PN} = "${libdir}/lib*.so" 49FILES_${PN} = "${libdir}/lib*.so"
50FILES_${PN}-dev = "${includedir} ${libdir}/lib*.a"
51 50