| /openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/ |
| H A D | 0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch | 4 Subject: [PATCH] CMakeLists.txt: do not obtain wayland-scanner path from 7 cmake can only use target wayland-scanner.pc which (correctly) points to /usr/bin/wayland-scanner 9 However in cross builds it should be using wayland-scanner from native sysroot, 10 otherwise builds will break if wayland-scanner is not installed on the host 27 - pkg_check_modules(WaylandScanner REQUIRED wayland-scanner) 28 - pkg_get_variable(WaylandScannerPath wayland-scanner wayland_scanner) 30 - message(FATAL_ERROR "Failed to find wayland-scanner path from pkg-config") 32 + set(WaylandScannerPath wayland-scanner)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp/ |
| H A D | 0001-include-missing-cstdint.patch | 14 scanner/scanner.cpp | 3 +++ 29 diff --git a/scanner/scanner.cpp b/scanner/scanner.cpp 31 --- a/scanner/scanner.cpp 32 +++ b/scanner/scanner.cpp
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/ |
| H A D | gobject-introspection_1.84.0.bb | 27 MULTILIB_SCRIPTS = "${PN}-tools:${bindir}/g-ir-annotation-tool ${PN}-tools:${bindir}/g-ir-scanner" 35 # on the fly by g-ir-scanner and a native version of itself to run 50 -Dgi_cross_binary_wrapper=${B}/g-ir-scanner-qemuwrapper \ 51 -Dgi_cross_ldd_wrapper=${B}/g-ir-scanner-lddwrapper \ 65 # Write out a qemu wrapper that will be given to gi-scanner so that it 68 cat > ${B}/g-ir-scanner-qemuwrapper << EOF 81 chmod +x ${B}/g-ir-scanner-qemuwrapper 83 …# Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files 84 …# for glib-based packages. This wrapper calls the native version of the scanner, and tells it to u… 85 …# a qemu wrapper for running transient target binaries produced by the scanner, and an include dir… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geoclue/geoclue/ |
| H A D | 0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch | 4 Subject: [PATCH] libgeoclue: don't try to use g-ir-scanner when introspection 7 * it finds target g-ir-scanner, so gir is found(), but when it tries to call it, it fails: 9 …geoclue/2.7.0-r0/recipe-sysroot/usr/bin/g-ir-scanner-wrapper: line 5: g-ir-scanner: command not fo…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/ |
| H A D | 0001-Fix-build-failure-with-gcc-15.patch | 11 In file included from scanner-yang.h:19, 58 In file included from scanner-yang.l:31: 62 In file included from scanner-yang.l:30: 66 scanner-yang.l: In function 'yangEnterLexRecursion': 67 scanner-yang.l:79:1: warning: old-style function definition [-Wold-style-definition] 85 make[2]: *** [Makefile:573: scanner-yang.lo] Error 1 86 In file included from scanner-smi.l:34: 91 from scanner-smi.l:32: 95 scanner-smi.l: In function 'smiEnterLexRecursion': 96 scanner-smi.l:76:1: warning: old-style function definition [-Wold-style-definition] [all …]
|
| /openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
| H A D | wayland_1.23.1.bb | 37 -i ${D}/${datadir}/aclocal/wayland-scanner.m4 44 cp -rf ${S}/tests/scanner-test.sh ${D}${PTEST_PATH}/tests 50 rm ${SYSROOT_DESTDIR}/${datadir}/aclocal/wayland-scanner.m4 51 cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/ 56 FILES:${PN}-tools = "${bindir}/wayland-scanner" 57 FILES:${PN}-dev += "${datadir}/${BPN}/wayland-scanner.mk"
|
| /openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/ |
| H A D | run-ptest | 3 export WAYLAND_SCANNER=wayland-scanner 10 for i in `ls tests/*-test tests/wayland-egl-symbols-check tests/scanner-test.sh`; do
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/ |
| H A D | strongswan_6.0.1.bb | 32 …${@bb.utils.contains('DISTRO_FEATURES', 'ima', 'tnc-imc imc-hcd imc-os imc-scanner imc-attestation… 33 …${@bb.utils.contains('DISTRO_FEATURES', 'ima', 'tnc-imv imv-hcd imv-os imv-scanner imv-attestation… 73 PACKAGECONFIG[imc-scanner] = "--enable-imc-scanner,--disable-imc-scanner,," 82 PACKAGECONFIG[imv-scanner] = "--enable-imv-scanner,--disable-imv-scanner,,"
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | 0003-tests-use-a-dictionaries-for-environment.patch | 30 - env.set('GST_PLUGIN_SCANNER_1_0', gst_scanner_dir + '/gst-plugin-scanner') 42 + 'GST_PLUGIN_SCANNER_1_0': gst_scanner_dir + '/gst-plugin-scanner',
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.y | 26 %lex-param {void *scanner} 27 %parse-param {void *scanner} 885 yylex_init(&context.scanner); 887 buffer = yy_scan_string(context.input_buffer, context.scanner); 889 yyparse(context.scanner, &context); 899 yy_delete_buffer(buffer, context.scanner); 900 yylex_destroy(context.scanner);
|
| H A D | idef-parser.h | 227 void *scanner; /**< Reentrant parser state pointer */ member
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-nmap_1.9.1.bb | 1 DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner"
|
| /openbmc/openbmc/meta-security/recipes-scanners/buck-security/ |
| H A D | buck-security_0.7.bb | 1 SUMMARY = "Linux security scanner" 2 DESCRIPTION = "Buck-Security is a security scanner for Debian and Ubuntu Linux. It runs a couple of…
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4windowing/ |
| H A D | libxfce4windowing_4.20.0.bb | 19 WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo/ |
| H A D | 0001-meson.build-allow-crosscompiling-gir.patch | 20 gir = find_program('g-ir-scanner', required: get_option('enable-introspection'))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | 0004-Pass-noline-flag-to-flex.patch | 21 el-scanner
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
| H A D | 0001-cmake-Define-WAYLAND_SCANNER-and-WAYLAND_PROTOCOLS_D.patch | 28 pkg_get_variable(WAYLAND_SCANNER wayland-scanner wayland_scanner)
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4/ |
| H A D | 0001-Allow-building-gir-in-cross-environments.patch | 21 g_ir_scanner = find_program('g-ir-scanner', required: get_option('introspection'))
|
| /openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | 0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch | 27 find_program(GI_SCANNER_EXE NAMES ${_GI_SCANNER_EXE} g-ir-scanner)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
| H A D | 0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch | 27 find_program(GI_SCANNER_EXE NAMES ${_GI_SCANNER_EXE} g-ir-scanner)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/ |
| H A D | waylandpp_1.0.0.bb | 34 -DWAYLAND_SCANNERPP="${STAGING_BINDIR_NATIVE}/wayland-scanner++" \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libconfig/libconfig/ |
| H A D | 0001-Fix-declarations-to-allow-build-with-gcc-15.patch | 27 @@ -80,6 +79,11 @@ void libconfig_yyerror(void *scanner, struct parse_context *ctx,
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/ |
| H A D | clutter-gst-3.0.inc | 16 export GST_PLUGIN_SCANNER_1_0 = "${S}/gst-plugin-scanner-dummy"
|
| /openbmc/qemu/scripts/coverity-scan/ |
| H A D | run-coverity-scan | 121 -t coverity-scanner -f scripts/coverity-scan/coverity-scan.docker \ 385 -v "$SECRETDIR:/work" coverity-scanner \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
| H A D | 0001-Fix-installing-ipp-usb-quirk.patch | 36 # If scanner build, add hpaio entry to sane dll.conf.
|