Khem Raj
791d82af21
nspr: Fix build with clang16
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2023-01-21 10:02:02 -08:00
Khem Raj
774a8ee830
nspr: Upgrade to 4.35
...
Use -D_PR_HAVE_LARGE_OFF_T instead of -D_PR_HAVE_OFF64_T on musl
Drop remove-srcdir-from-configure-in.patch its fixed upstream
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-12-17 16:13:46 -08:00
Mingli Yu
5cefe61d18
nspr: fix buildpaths issue
...
Fixes:
WARNING: nspr-4.29-r0 do_package_qa: QA Issue: File /usr/bin/nspr-config in package nspr-dev contains reference to TMPDIR [buildpaths]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-08-10 08:49:15 -07:00
Jeremy A. Puhlman
c47ab9a82c
nspr-native: fix ubuntu 18.04 builds using system gcc.
...
gcc abstract.o -Xlinker -L../../dist/lib -lplc4 -L../../dist/lib
-lnspr4 -lpthread -lrt -o abstract
../../dist/lib/libnspr4.so: undefined reference to `dlopen'
../../dist/lib/libnspr4.so: undefined reference to `dlclose'
../../dist/lib/libnspr4.so: undefined reference to `dlerror'
../../dist/lib/libnspr4.so: undefined reference to `dlsym'
../../dist/lib/libnspr4.so: undefined reference to `dladdr'
collect2: error: ld returned 1 exit status
Pulling in -lrt, does not automatically pull in libdl.
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-11 08:00:40 -08:00
Jeremy Puhlman
a9736c3006
nspr-native: build correclty with extended buildtools.
...
gcc abstract.o -Xlinker -L../../dist/lib -lplc4 -L../../dist/lib -lnspr4 -lpthread -o abstract
/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/gcc/x86_64-pokysdk-linux/11.2.0/../../../../x86_64-pokysdk-linux/bin/ld: /lib64/librt.so.1: undefined reference to `__libc_dlsym@GLIBC_PRIVATE'
/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/gcc/x86_64-pokysdk-linux/11.2.0/../../../../x86_64-pokysdk-linux/bin/ld: /lib64/librt.so.1: undefined reference to `__pthread_unwind@GLIBC_PRIVATE'
/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/gcc/x86_64-pokysdk-linux/11.2.0/../../../../x86_64-pokysdk-linux/bin/ld: /lib64/librt.so.1: undefined reference to `__libc_dlopen_mode@GLIBC_PRIVATE'
/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/gcc/x86_64-pokysdk-linux/11.2.0/../../../../x86_64-pokysdk-linux/bin/ld: /lib64/librt.so.1: undefined reference to `__clock_getcpuclockid@GLIBC_PRIVATE'
/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/gcc/x86_64-pokysdk-linux/11.2.0/../../../../x86_64-pokysdk-linux/bin/ld: /lib64/librt.so.1: undefined reference to `__clock_nanosleep@GLIBC_PRIVATE'
/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/gcc/x86_64-pokysdk-linux/11.2.0/../../../../x86_64-pokysdk-linux/bin/ld: /lib64/librt.so.1: undefined reference to `__clock_settime@GLIBC_PRIVATE'
/build/buildtools/sysroots/x86_64-pokysdk-linux/usr/lib/gcc/x86_64-pokysdk-linux/11.2.0/../../../../x86_64-pokysdk-linux/bin/ld: /lib64/librt.so.1: undefined reference to `__clock_getres@GLIBC_PRIVATE'
The linker is not correctly pulling in lrt as needed.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-10 07:31:21 -08:00
Khem Raj
14c7d8a0d7
recipes: Update LICENSE variable to use SPDX license identifiers
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-04 17:41:45 -08:00
Martin Jansa
c61dc077bb
Convert to new override syntax
...
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2021-08-03 10:21:25 -07:00
Andrej Valek
e6b8653806
nspr: upgrade 4.26 -> 4.29
...
Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com >
Signed-off-by: Andrej Valek <andrej.valek@siemens.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-10-19 22:18:11 -07:00
Wang Mingyu
e2fc223488
nspr: upgrade 4.25 -> 4.26
...
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-07-02 08:45:18 -07:00
Khem Raj
061cb505ee
nspr: Use _MIPS_SIM_ABI64 instead of _ABI64
...
_ABI64 is glibc specific, to use a common define from asm/sgidefs.h will
work in every case
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-04-09 17:09:07 -07:00
Khem Raj
d62b225023
nss,nspr: Add recipes
...
oe-core has punted them, but they are still needed by many packages e.g.
mozjs
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-03-08 08:15:34 -07:00