|
Re: [RFC] meson needs a pkg-config wrapper script
I do not quite understand the use case. What is being done with the full path to the header?
Alex
I do not quite understand the use case. What is being done with the full path to the header?
Alex
|
By
Alexander Kanavin
·
#158987
·
|
|
Re: [RFC] meson needs a pkg-config wrapper script
This pattern works to get the absolute path of the header:
Yocto
EXTRA_OEMESON += "--prefix ${STAGING_DIR_TARGET}/usr"
Meson
vulkan_dep = dependency('vulkan')
vulkan_hpp = join_paths([
This pattern works to get the absolute path of the header:
Yocto
EXTRA_OEMESON += "--prefix ${STAGING_DIR_TARGET}/usr"
Meson
vulkan_dep = dependency('vulkan')
vulkan_hpp = join_paths([
|
By
Joel Winarske
·
#158986
·
|
|
Re: [RFC] meson needs a pkg-config wrapper script
I don't think this is correct. Meson's way of doing things is that you are not supposed to get the include/library paths directly from pkg-config, but rather
I don't think this is correct. Meson's way of doing things is that you are not supposed to get the include/library paths directly from pkg-config, but rather
|
By
Alexander Kanavin
·
#158985
·
|
|
[PATCH] libtool: Fix status format in patch header
Insert a space After 'Backport'
Signed-off-by: Khem Raj <raj.khem@...>
---
.../libtool/ARFLAGS-use-cr-instead-of-cru-by-default.patch | 2 +-
Insert a space After 'Backport'
Signed-off-by: Khem Raj <raj.khem@...>
---
.../libtool/ARFLAGS-use-cr-instead-of-cru-by-default.patch | 2 +-
|
By
Khem Raj
·
#158984
·
|
|
[RFC] meson needs a pkg-config wrapper script
Meson does not expose PKG_CONFIG_SYSROOT_DIR to the pkg-config process.
Currently meson.cross as generated in meson.bbclass points directly to the pkg-config executable (no wrapper
Meson does not expose PKG_CONFIG_SYSROOT_DIR to the pkg-config process.
Currently meson.cross as generated in meson.bbclass points directly to the pkg-config executable (no wrapper
|
By
Joel Winarske
·
#158983
·
|
|
[PATCH v2 2/2] vim: set PACKAGECONFIG idiomatically
Don't set an empty default value and them immediately assign to it.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta/recipes-support/vim/vim.inc | 4 +---
1 file changed, 1 insertion(+), 3
Don't set an empty default value and them immediately assign to it.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta/recipes-support/vim/vim.inc | 4 +---
1 file changed, 1 insertion(+), 3
|
By
Ross Burton <ross@...>
·
#158982
·
|
|
[PATCH v2 1/2] vim: fix CVE-2021-3968 and CVE-2021-3973
Backport a fix for -3972, and whitelist -3968: it isn't valid as it
fixes a bug which was introduced after 8.2.
Signed-off-by: Ross Burton <ross.burton@...>
---
Backport a fix for -3972, and whitelist -3968: it isn't valid as it
fixes a bug which was introduced after 8.2.
Signed-off-by: Ross Burton <ross.burton@...>
---
|
By
Ross Burton <ross@...>
·
#158981
·
|
|
Re: vulkan-loader
[Readable version]
https://github.com/KhronosGroup/Vulkan-Loader/commit/3c1ad4b0d54875ff0899b77a92aeda53ca236f27
Before:
$ pkg-config --print-errors --define-variable=prefix=/opt --variable=includedir
[Readable version]
https://github.com/KhronosGroup/Vulkan-Loader/commit/3c1ad4b0d54875ff0899b77a92aeda53ca236f27
Before:
$ pkg-config --print-errors --define-variable=prefix=/opt --variable=includedir
|
By
Joel Winarske
·
#158980
·
|
|
Re: [PATCH 0/6] Pull request (cover letter only)
The patchset is now under testing:
https://git.yoctoproject.org/poky/log/?h=master-next
If there are issues, you'll hear about them, otherwise the patches will quietly land in master :)
Alex
The patchset is now under testing:
https://git.yoctoproject.org/poky/log/?h=master-next
If there are issues, you'll hear about them, otherwise the patches will quietly land in master :)
Alex
|
By
Alexander Kanavin
·
#158979
·
|
|
Re: [meta][dunfell][PATCH] glib-2.0: Add security fixes
Steve,
I have just sent a patch v2 with added all missing regression patchsets as well as patch fuzz removed from CVE-2021-28153-4.patch.
Please check it and let me know if anything else is needed for
Steve,
I have just sent a patch v2 with added all missing regression patchsets as well as patch fuzz removed from CVE-2021-28153-4.patch.
Please check it and let me know if anything else is needed for
|
By
Ranjitsinh Rathod
·
#158978
·
|
|
[meta][dunfell][PATCH v2] glib-2.0: Add security fixes
By
Ranjitsinh Rathod
·
#158977
·
|
|
Re: [meta][dunfell][PATCH] glib-2.0: Add security fixes
<ranjitsinhrathod1991@...> wrote:
While you are at it you might also want to check
CVE-2021-28153-4.patch, I had to tweak it slightly to get it to apply
cleanly (i.e. without a fuzz
<ranjitsinhrathod1991@...> wrote:
While you are at it you might also want to check
CVE-2021-28153-4.patch, I had to tweak it slightly to get it to apply
cleanly (i.e. without a fuzz
|
By
Steve Sakoman
·
#158976
·
|
|
Re: Not able to install chrony on zeus
Thanks Khem Raj, Found jamvm class with update-alternative option.
jamvm.inc\jamvm\recipes-core - meta-java - Layer containing recipes for OpenJDK and other open source Java- (yoctoproject.org)
I see
Thanks Khem Raj, Found jamvm class with update-alternative option.
jamvm.inc\jamvm\recipes-core - meta-java - Layer containing recipes for OpenJDK and other open source Java- (yoctoproject.org)
I see
|
By
mohammed aqdam <mohammedaqdam@...>
·
#158975
·
|
|
Re: vulkan-loader
https://github.com/KhronosGroup/Vulkan-Loader/commit/3c1ad4b0d54875ff0899b77a92aeda53ca236f27
Before:
$ pkg-config --print-errors --define-variable=prefix=/opt --variable=includedir
https://github.com/KhronosGroup/Vulkan-Loader/commit/3c1ad4b0d54875ff0899b77a92aeda53ca236f27
Before:
$ pkg-config --print-errors --define-variable=prefix=/opt --variable=includedir
|
By
Joel Winarske
·
#158974
·
|
|
[dunfell][PATCH] cmake: FindGTest: Add target for gmock library
`googlemock` has been absorbed into the
[googletest](https://github.com/google/googletest) project and is built
and installed from the same source tree.
`googletest` has provided a CMake Config-file
`googlemock` has been absorbed into the
[googletest](https://github.com/google/googletest) project and is built
and installed from the same source tree.
`googletest` has provided a CMake Config-file
|
By
Eero Aaltonen
·
#158973
·
|
|
Re: [PATCH 0/6] Pull request (cover letter only)
Just pinging to check if anyone had a chance to take a look at it
Thanks,
Vyacheslav
Just pinging to check if anyone had a chance to take a look at it
Thanks,
Vyacheslav
|
By
Vyacheslav Yurkov
·
#158972
·
|
|
Re: [meta][dunfell][PATCH] glib-2.0: Add security fixes
Adding missing patches and will resent it.
Thanks,
Ranjitsinh Rathod
Adding missing patches and will resent it.
Thanks,
Ranjitsinh Rathod
|
By
Ranjitsinh Rathod
·
#158971
·
|
|
Re: vulkan-loader
Can you show what vulkan.pc contains please, and why is that a problem?
Alex
Can you show what vulkan.pc contains please, and why is that a problem?
Alex
|
By
Alexander Kanavin
·
#158970
·
|
|
[hardknott][PATCH V2] libtool: change the default AR_FLAGS from "cru" to "cr"
From: Li Wang <li.wang@...>
Backport patch to fix warning:
`u' modifier ignored since `D' is the default (see `U')
Signed-off-by: Li Wang <li.wang@...>
Signed-off-by: Changqing
From: Li Wang <li.wang@...>
Backport patch to fix warning:
`u' modifier ignored since `D' is the default (see `U')
Signed-off-by: Li Wang <li.wang@...>
Signed-off-by: Changqing
|
By
Changqing Li
·
#158969
·
|
|
[PATCH] libtool: change the default AR_FLAGS from "cru" to "cr"
From: Li Wang <li.wang@...>
Backport patch to fix warning:
`u' modifier ignored since `D' is the default (see `U')
Signed-off-by: Li Wang <li.wang@...>
Signed-off-by: Changqing
From: Li Wang <li.wang@...>
Backport patch to fix warning:
`u' modifier ignored since `D' is the default (see `U')
Signed-off-by: Li Wang <li.wang@...>
Signed-off-by: Changqing
|
By
Changqing Li
·
#158968
·
|