[oe-commits] Saul Wold : js: clean up FILE after PACKAGE reorder

git at git.openembedded.org git at git.openembedded.org
Thu Jun 21 11:39:26 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: e8817a200212027bb77782c7459af0504707a575
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e8817a200212027bb77782c7459af0504707a575

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Jun  6 00:47:27 2012 -0700

js: clean up FILE after PACKAGE reorder

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb |    3 ++-
 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 adca44e..45a6fa7 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 = "r3"
+PR = "r4"
 
 SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/js/js-1.8.0-rc1.tar.gz \
            file://link_with_gcc.patch \
@@ -46,5 +46,6 @@ do_install() {
 	install -m 0644 ${S}/jsproto.tbl ${D}${includedir}/js
 }
 
+FILES_SOLIBSDEV = ""
 FILES_${PN} = "${libdir}/lib*.so"
 





More information about the Openembedded-commits mailing list