Re: [oe] [meta-oe][PATCH] jasper: upgrade 2.0.33 -> 4.1.1

2023-12-05 Thread Ross Burton
On 5 Dec 2023, at 12:34, alper ak wrote: > The reason I deleted it is because there is a line in CMakeLists.txt > like "set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")" and that > sets the runpath. If "foo.so" is not present in the runpath, as far as > I know, every shared library is search

Re: [oe] [meta-oe][PATCH] jasper: upgrade 2.0.33 -> 4.1.1

2023-12-05 Thread Alper Ak
> Why is this line deleted? The CVE still doesn’t record versions, so this > will make the issue reappear in the report. Deleted accidentally, my fault. I'll be more careful next time. > Are these no longer needed? Or did they get deleted accidentally? As it > stands, I can’t tell. The reaso

Re: [oe] [meta-oe][PATCH] jasper: upgrade 2.0.33 -> 4.1.1

2023-12-04 Thread Ross Burton
> -do_install:append() { > -chrpath -d ${D}${bindir}/jasper > -chrpath -d ${D}${bindir}/imginfo > -chrpath -d ${D}${bindir}/imgcmp > -chrpath -d ${D}${libdir}/libjasper.so.* > -} Are these no longer needed? Or did they get deleted accidentally? As it stands, I can’t tell. > +PAC

Re: [oe] [meta-oe][PATCH] jasper: upgrade 2.0.33 -> 4.1.1

2023-12-04 Thread Ross Burton
> On 4 Dec 2023, at 19:52, Alper Ak via lists.openembedded.org > wrote: > > -CVE_STATUS[CVE-2015-8751] = "fixed-version: The CPE in the NVD database > doesn't reflect correctly the vulnerable versions.” Why is this line deleted? The CVE still doesn’t record versions, so this will make the

[oe] [meta-oe][PATCH] jasper: upgrade 2.0.33 -> 4.1.1

2023-12-04 Thread Alper Ak
* We have to pass "__STDC_VERSION__" value to cmake option due to this error -> A cross-compiling environment has been detected. CMake Error at CMakeLists.txt:430 (message): The value of __STDC_VERSION__ cannot be automatically determined when cross-compiling. Please set JAS_STDC