summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-06 00:47:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:03:00 +0100
commitd421d030c708b8014363e625589ec94086c9064c (patch)
treea3d57686ce3d185b4fdb4a944609485104bb9799 /meta/recipes-support
parenteed46b19897cecc50e11c6d0473133446cb68354 (diff)
downloadpoky-d421d030c708b8014363e625589ec94086c9064c.tar.gz
js: clean up FILE after PACKAGE reorder
(From OE-Core rev: e8817a200212027bb77782c7459af0504707a575) 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, 2 insertions, 1 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 adca44e77d..45a6fa7ced 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 = "r3" 8PR = "r4"
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 \
@@ -46,5 +46,6 @@ do_install() {
46 install -m 0644 ${S}/jsproto.tbl ${D}${includedir}/js 46 install -m 0644 ${S}/jsproto.tbl ${D}${includedir}/js
47} 47}
48 48
49FILES_SOLIBSDEV = ""
49FILES_${PN} = "${libdir}/lib*.so" 50FILES_${PN} = "${libdir}/lib*.so"
50 51