diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-18 16:02:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 11:29:06 +0000 |
commit | 7aa32f7b841f7fcd77cb0197891bd43ef5b8562a (patch) | |
tree | 22f80fcc98ae019923419a7361f1ab05a1ca2f48 /meta/recipes-support/js | |
parent | ceeb10689f80cc86796d1ab32142aa1c4802eb84 (diff) | |
download | openembedded-core-7aa32f7b841f7fcd77cb0197891bd43ef5b8562a.tar.gz openembedded-core-7aa32f7b841f7fcd77cb0197891bd43ef5b8562a.tar.bz2 openembedded-core-7aa32f7b841f7fcd77cb0197891bd43ef5b8562a.zip |
js: refactor packages for staticdev
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/js')
-rw-r--r-- | meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb | 3 |
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" # the package is licensed under either of the following LICENSE = "MPL-1 | GPLv2+ | LGPLv2.1+" LIC_FILES_CHKSUM = "file://jsapi.c;beginline=4;endline=39;md5=347c6bbf4fb4547de1fa5ad830030063" -PR = "r2" +PR = "r3" SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/js/js-1.8.0-rc1.tar.gz \ file://link_with_gcc.patch \ @@ -47,5 +47,4 @@ do_install() { } FILES_${PN} = "${libdir}/lib*.so" -FILES_${PN}-dev = "${includedir} ${libdir}/lib*.a" |