/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
H A D | 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch | 4 Subject: [PATCH] Install gio-querymodules as libexec_PROGRAM 6 We want to install this binary with the gio library, and debian 12 gio/meson.build | 1 + 15 diff --git a/gio/meson.build b/gio/meson.build 17 --- a/gio/meson.build 18 +++ b/gio/meson.build 19 @@ -1009,6 +1009,7 @@ gio_querymodules = executable('gio-querymodules', 'gio-querymodules.c', 'giom…
|
H A D | 0001-Do-not-write-bindir-into-pkg-config-files.patch | 13 gio/meson.build | 17 +++++++++-------- 17 diff --git a/gio/meson.build b/gio/meson.build 19 --- a/gio/meson.build 20 +++ b/gio/meson.build 29 - 'gio=' + '${bindir}' / 'gio', 30 - 'gio_querymodules=' + pkgconfig_multiarch_bindir / 'gio-querymodules', 37 + 'gio=gio', 38 + 'gio_querymodules=gio-querymodules',
|
H A D | 0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch | 4 Subject: [PATCH] gio/tests/resources.c: comment out a build host-only test 12 gio/tests/resources.c | 2 +- 15 diff --git a/gio/tests/resources.c b/gio/tests/resources.c 17 --- a/gio/tests/resources.c 18 +++ b/gio/tests/resources.c
|
H A D | relocate-modules.patch | 17 gio/giomodule.c | 7 ------- 20 diff --git a/gio/giomodule.c b/gio/giomodule.c 22 --- a/gio/giomodule.c 23 +++ b/gio/giomodule.c
|
H A D | 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch | 13 gio/glib-compile-schemas.c | 13 ------------- 16 diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c 18 --- a/gio/glib-compile-schemas.c 19 +++ b/gio/glib-compile-schemas.c
|
H A D | 0010-Do-not-hardcode-python-path-into-various-tools.patch | 9 gio/gdbus-2.0/codegen/gdbus-codegen.in | 2 +- 14 diff --git a/gio/gdbus-2.0/codegen/gdbus-codegen.in b/gio/gdbus-2.0/codegen/gdbus-codegen.in 16 --- a/gio/gdbus-2.0/codegen/gdbus-codegen.in 17 +++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in
|
/openbmc/openbmc/poky/scripts/postinst-intercepts/ |
H A D | update_gio_module_cache | 8 …1 ${binprefix}qemuwrapper -L $D $D${libexecdir}/${binprefix}gio-querymodules $D${libdir}/gio/modul… 10 [ ! -e $D${libdir}/gio/modules/giomodule.cache ] || 11 chown root:root $D${libdir}/gio/modules/giomodule.cache
|
/openbmc/linux/arch/arm/boot/dts/socionext/ |
H A D | uniphier-pro5.dtsi | 502 clock-names = "gio", "link"; 504 reset-names = "gio", "link"; 511 clock-names = "gio", "link"; 513 reset-names = "gio", "link"; 521 clock-names = "gio", "link"; 523 reset-names = "gio", "link"; 532 clock-names = "gio", "link"; 534 reset-names = "gio", "link"; 567 clock-names = "gio", "link"; 569 reset-names = "gio", "link"; [all …]
|
H A D | uniphier-pro4.dtsi | 508 clock-names = "gio", "ether", "ether-gb", "ether-phy"; 511 reset-names = "gio", "ether"; 548 clock-names = "gio", "link"; 550 reset-names = "gio", "link"; 558 clock-names = "link", "gio"; 560 reset-names = "link", "gio", "phy", 595 clock-names = "gio", "link"; 597 reset-names = "gio", "link"; 605 clock-names = "link", "gio"; 607 reset-names = "link", "gio", "phy", [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/ |
H A D | glib.inc | 31 inherit meson gettext gi-docgen pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-… 54 sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in 58 ${libdir}/gio \ 59 ${libexecdir}/*gio-querymodules \ 60 ${libexecdir}/*gio-launch-desktop \ 66 ${libdir}/gio/modules/lib*${SOLIBSDEV} \ 67 ${libdir}/gio/modules/*.la \ 114 # Make sure gio-querymodules is unique among multilibs 116 …mv ${D}${libexecdir}/gio-querymodules${EXEEXT} ${D}${libexecdir}/${MLPREFIX}gio-querymodules${EXEE… 119 mkdir -p ${D}${libdir}/gio/modules [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/ |
H A D | 0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch | 34 -WEBEXTINC = `pkg-config --cflags webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0` 35 -WEBEXTLIBS = `pkg-config --libs webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0` 38 +WEBEXTINC = $(shell $(PKG_CONFIG) --cflags webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0) 39 +WEBEXTLIBS = $(shell $(PKG_CONFIG) --libs webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0)
|
/openbmc/openbmc/poky/meta/recipes-core/glib-networking/ |
H A D | glib-networking_2.80.0.bb | 30 inherit gnomebase gettext upstream-version-is-even gio-module-cache ptest-gnome 36 ${libdir}/gio/modules/libgio*.so \ 40 FILES:${PN}-dev += "${libdir}/gio/modules/libgio*.la" 41 FILES:${PN}-staticdev += "${libdir}/gio/modules/libgio*.a"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | gio-module-cache.bbclass | 22 ${libexecdir}/${MLPREFIX}gio-querymodules ${libdir}/gio/modules/ 30 bb.note("adding gio-module-cache postinst and postrm scripts to %s" % pkg)
|
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/ |
H A D | CVE-2022-4055.patch | 91 if gio help open 2>/dev/null 1>&2; then 92 DEBUG 1 "Running gio open \"$1\"" 93 gio open "$1" 105 if gio help open 2>/dev/null 1>&2; then 106 DEBUG 1 "Running gio open \"$1\"" 107 gio open "$1"
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | uniphier-pro4.dtsi | 465 clock-names = "gio", "ether", "ether-gb", "ether-phy"; 468 reset-names = "gio", "ether"; 505 clock-names = "gio", "link"; 507 reset-names = "gio", "link"; 515 clock-names = "gio", "link"; 517 reset-names = "gio", "link"; 526 clock-names = "gio", "link"; 528 reset-names = "gio", "link"; 577 clock-names = "gio", "link"; 579 reset-names = "gio", "link"; [all …]
|
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/ |
H A D | gconf_3.2.6.bb | 13 inherit gnomebase gtk-doc gettext gobject-introspection gio-module-cache 43 rm -f ${D}${libdir}/gio/*/*.*a 52 ${libdir}/gio/*/*.so \
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfconf/ |
H A D | xfconf_4.20.0.bb | 14 ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ 19 FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la"
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | emev2.dtsi | 204 compatible = "renesas,em-gio"; 217 compatible = "renesas,em-gio"; 230 compatible = "renesas,em-gio"; 243 compatible = "renesas,em-gio"; 256 compatible = "renesas,em-gio";
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
H A D | Makefile | 5 CFLAGS+=$(shell pkg-config-native --cflags gio-2.0) 9 LDFLAGS+=$(shell pkg-config-native --libs gio-2.0)
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/files/ |
H A D | xfce4-notifyd-get-var-abs-path.patch | 17 GDBUS_CODEGEN=`$PKG_CONFIG --variable=gdbus_codegen gio-2.0` 26 GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0`
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/ |
H A D | gvfs_1.56.1.bb | 36 ${libdir}/gio/modules/*.so \ 41 FILES:${PN}-dbg += "${libdir}/gio/modules/.debug/*" 42 FILES:${PN}-dev += "${libdir}/gio/modules/*.la"
|
/openbmc/linux/arch/sh/boards/mach-landisk/ |
H A D | Makefile | 6 obj-y := setup.o irq.o psw.o gio.o
|
/openbmc/skeleton/ |
H A D | gdbus.mk | 1 PACKAGE_DEPS=gio-unix-2.0 glib-2.0
|
H A D | meson.build | 13 gio_unix_dep = dependency('gio-unix-2.0')
|
/openbmc/openbmc/meta-phosphor/recipes-core/glib-2.0/ |
H A D | glib-2.0%.bbappend | 1 ## We do not currently use any gio-modules, set clear this variable to prevent
|