diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/js/files/jsautocfg.h | 2 | ||||
-rw-r--r-- | meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/js/files/jsautocfg.h b/meta/recipes-support/js/files/jsautocfg.h index 16e38bf8d6..295e4919bb 100644 --- a/meta/recipes-support/js/files/jsautocfg.h +++ b/meta/recipes-support/js/files/jsautocfg.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | /* AUTOMATICALLY GENERATED - DO NOT EDIT */ | 4 | /* AUTOMATICALLY GENERATED - DO NOT EDIT */ |
5 | 5 | ||
6 | #include "../conf.h" | 6 | #include "conf.h" |
7 | 7 | ||
8 | #ifdef WORDS_BIGENDIAN | 8 | #ifdef WORDS_BIGENDIAN |
9 | # undef IS_LITTLE_ENDIAN | 9 | # undef IS_LITTLE_ENDIAN |
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 97cba90d03..3632eb93e7 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 |
6 | LICENSE = "MPL1.1 | GPLv2+ | LGPLv2.1+" | 6 | LICENSE = "MPL1.1 | GPLv2+ | LGPLv2.1+" |
7 | LIC_FILES_CHKSUM = "file://jsapi.c;beginline=4;endline=39;md5=347c6bbf4fb4547de1fa5ad830030063" | 7 | LIC_FILES_CHKSUM = "file://jsapi.c;beginline=4;endline=39;md5=347c6bbf4fb4547de1fa5ad830030063" |
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/js/js-1.8.0-rc1.tar.gz \ | 10 | SRC_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 \ |
@@ -40,6 +40,7 @@ do_install() { | |||
40 | install -d ${D}${includedir}/js | 40 | install -d ${D}${includedir}/js |
41 | oe_libinstall -so -C Linux_All_OPT.OBJ libjs ${D}${libdir} | 41 | oe_libinstall -so -C Linux_All_OPT.OBJ libjs ${D}${libdir} |
42 | install -m 0644 ${S}/*.h ${D}${includedir}/js | 42 | install -m 0644 ${S}/*.h ${D}${includedir}/js |
43 | install -m 0644 ${S}/jsproto.tbl ${D}${includedir}/js | ||
43 | } | 44 | } |
44 | 45 | ||
45 | FILES_${PN} = "${libdir}/lib*.so" | 46 | FILES_${PN} = "${libdir}/lib*.so" |