/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
H A D | 1024.patch | 48 diff --git a/examples/broadcast_server/SConscript b/examples/broadcast_server/SConscript 61 diff --git a/examples/debug_client/SConscript b/examples/debug_client/SConscript 74 diff --git a/examples/debug_server/SConscript b/examples/debug_server/SConscript 87 diff --git a/examples/dev/SConscript b/examples/dev/SConscript 100 diff --git a/examples/echo_client/SConscript b/examples/echo_client/SConscript 113 diff --git a/examples/echo_server/SConscript b/examples/echo_server/SConscript 178 diff --git a/examples/print_client/SConscript b/examples/print_client/SConscript 204 diff --git a/examples/print_server/SConscript b/examples/print_server/SConscript 243 diff --git a/examples/sip_client/SConscript b/examples/sip_client/SConscript 295 diff --git a/examples/testee_client/SConscript b/examples/testee_client/SConscript [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/ |
H A D | libusbgx_git.bb | 23 PACKAGECONFIG ??= "examples gadget-schemes libconfig" 25 PACKAGECONFIG[examples] = "--enable-examples,--disable-examples" 29 PACKAGE_BEFORE_PN = "${@bb.utils.contains('PACKAGECONFIG', 'examples', '${PN}-examples', '', d)}" 31 SYSTEMD_PACKAGES = "${PN}-examples" 32 SYSTEMD_SERVICE:${PN}-examples = "usbgx.service" 33 SYSTEMD_AUTO_ENABLE:${PN}-examples = "${@bb.utils.contains('PACKAGECONFIG', 'examples', 'enable', '… 35 INITSCRIPT_PACKAGES = "${@bb.utils.contains('PACKAGECONFIG', 'examples', '${PN}-examples', '', d)}" 38 INHIBIT_UPDATERCD_BBCLASS = "${@bb.utils.contains('PACKAGECONFIG', 'examples', '1', '0', d)}" 55 FILES:${PN}-examples = "${bindir}/* ${sysconfdir}/*" 56 RDEPENDS:${PN}-examples += "${@bb.utils.contains('PACKAGECONFIG', 'examples', 'libusbgx-config', ''… [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/bcm2835/ |
H A D | bcm2835_1.73.bb | 20 # Now compiling the examples provided by the package 21 mkdir -p ${B}/examples/spiram 22 for file in `ls ${S}/examples`; do 26 EXAMPLE_LDFLAGS="-L${B}/examples/spiram -lspiram" 28 …${CC} ${CFLAGS} -c ${S}/examples/spiram/spiram.c -o ${B}/examples/spiram/libspiram.o -I${S}/src -I… 29 …rm -f ${B}/examples/spiram/libspiram.a && ${BUILD_AR} crD ${B}/examples/spiram/libspiram.a ${B}/ex… 31 …${CC} ${LDFLAGS} ${S}/examples/${file}/${example}.c -o ${B}/examples/${example} -Bstatic -L${B}/sr… 37 for example in $(find ${B}/examples -type f -maxdepth 1)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-paho-mqtt_2.0.0.bb | 19 install -d -m0755 ${D}${datadir}/${BPN}/examples 20 cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples 23 PACKAGES =+ "${PN}-examples" 25 RDEPENDS:${PN}-examples += "${PN} python3-core" 27 FILES:${PN}-examples = "${datadir}/${BPN}/examples"
|
H A D | python3-aws-iot-device-sdk-python_1.5.2.bb | 4 LICENSE:${PN}-examples = "Apache-2.0" 21 install -d -m0755 ${D}${datadir}/${BPN}/examples 22 cp --preserve=mode,timestamps -R ${S}/samples/* ${D}${datadir}/${BPN}/examples 24 rm -r ${D}${datadir}/${BPN}/examples/basicPubSub 27 PACKAGES =+ "${PN}-examples" 40 RDEPENDS:${PN}-examples += "${PN}" 42 FILES:${PN}-examples = "${datadir}/${BPN}/examples"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
H A D | 0001-examples-Use-proper-function-prototype-for-main.patch | 4 Subject: [PATCH] examples: Use proper function prototype for main 9 examples/c-example1.c | 2 +- 12 diff --git a/examples/c-example1.c b/examples/c-example1.c 14 --- a/examples/c-example1.c 15 +++ b/examples/c-example1.c
|
H A D | 0001-example-Do-not-run-the-tests.patch | 9 examples/Makefile | 3 --- 12 diff --git a/examples/Makefile b/examples/Makefile 14 --- a/examples/Makefile 15 +++ b/examples/Makefile
|
H A D | 0001-Makefile-fix-parallel-build-of-examples.patch | 4 Subject: [PATCH] Makefile: fix parallel build of examples 6 Without the change examples fails to build as: 10 make -C examples 13 make[1]: Entering directory 'libb64/examples' 15 make[1]: Leaving directory 'libb64/examples' 41 $(MAKE) -C examples
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/aml/ |
H A D | aml_git.bb | 16 PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" 18 PACKAGE_BEFORE_PN += "${PN}-examples" 19 ALLOW_EMPTY:${PN}-examples = "1" 20 FILES:${PN}-examples = "${bindir}" 27 if ${@bb.utils.contains('PACKAGECONFIG', 'examples', 'true', 'false', d)}; then 30 install -m 0755 ${B}/examples/$bin ${D}${bindir}
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/ |
H A D | install-examples.patch | 1 Install the examples to $libdir/clutter/. 6 Index: clutter-1.26.2/examples/Makefile.am 8 --- clutter-1.26.2.orig/examples/Makefile.am 9 +++ clutter-1.26.2/examples/Makefile.am 15 +exampledir = $(pkglibdir)/examples
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ |
H A D | xmlsec1-examples-allow-build-in-separate-dir.patch | 4 Subject: [PATCH] examples: allow build in separate dir 10 examples/Makefile | 6 ++++-- 13 diff --git a/examples/Makefile b/examples/Makefile 15 --- a/examples/Makefile 16 +++ b/examples/Makefile
|
H A D | makefile-ptest.patch | 6 This enables the building of the examples directory 13 examples/Makefile | 12 ++++++++++-- 16 diff --git a/examples/Makefile b/examples/Makefile 18 --- a/examples/Makefile 19 +++ b/examples/Makefile
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/neatvnc/ |
H A D | neatvnc_0.8.0.bb | 18 PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false,libpng" 21 PACKAGE_BEFORE_PN += "${PN}-examples" 22 ALLOW_EMPTY:${PN}-examples = "1" 23 FILES:${PN}-examples = "${bindir}" 30 if ${@bb.utils.contains('PACKAGECONFIG', 'examples', 'true', 'false', d)}; then 33 install -m 0755 ${B}/examples/$bin ${D}${bindir}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen/ |
H A D | doxygen-native-only-check-python3.patch | 47 examples/CMakeLists.txt | 4 ++-- 128 diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt 130 --- a/examples/CMakeLists.txt 131 +++ b/examples/CMakeLists.txt 136 …BLE} ${TOP}/examples/strip_example.py < ${PROJECT_BINARY_DIR}/latex/examples/${f}/latex/refman.t… 137 …BLE} ${TOP}/examples/strip_example.py < ${PROJECT_BINARY_DIR}/latex/examples/${f}/latex/refman.t… 138 DEPENDS doxygen ${f}.${f_ext} ${f}.cfg ${TOP}/examples/strip_example.py 139 …OUTPUT ${PROJECT_BINARY_DIR}/html/examples/${f}/html/index.html ${PROJECT_BINARY_DIR}/latex/exampl… 145 …E} ${TOP}/examples/strip_example.py < ${PROJECT_BINARY_DIR}/latex/examples/diagrams/latex/refman… 146 …LE} ${TOP}/examples/strip_example.py < ${PROJECT_BINARY_DIR}/html/examples/diagrams/latex/refman… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/ |
H A D | 0002-automake-make-example-programs-installable.patch | 11 examples/Makefile.am | 2 +- 14 diff --git a/examples/Makefile.am b/examples/Makefile.am 16 --- a/examples/Makefile.am 17 +++ b/examples/Makefile.am
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c/ |
H A D | 0001-Use-the-API-properly-in-the-example-format-security-.patch | 10 examples/helloworld1/mylog.h | 2 +- 13 diff --git a/examples/helloworld1/mylog.h b/examples/helloworld1/mylog.h 15 --- a/examples/helloworld1/mylog.h 16 +++ b/examples/helloworld1/mylog.h
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/ |
H A D | libcec_6.0.2.bb | 28 # Put client examples into separate packages 29 PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples" 30 FILES:${PN}-examples-python = "${bindir}/py*" 31 FILES:${PN}-examples = "${bindir}" 34 RDEPENDS:${PN}-examples = "${PN}" 35 RDEPENDS:${PN}-examples-python = "python3-${BPN} python3-core"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/files/ |
H A D | install_examples.patch | 1 Install all examples 6 Index: libdc1394/examples/Makefile.am 8 --- libdc1394.orig/examples/Makefile.am 9 +++ libdc1394/examples/Makefile.am
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0/ |
H A D | 0001-Install-example-binary-needed-for-core-image-clutter.patch | 16 examples/Makefile.am | 2 +- 19 diff --git a/examples/Makefile.am b/examples/Makefile.am 21 --- a/examples/Makefile.am 22 +++ b/examples/Makefile.am
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/ |
H A D | vsomeip_3.4.10.bb | 45 cmake_runcmake_build --target examples 50 install -d ${D}/opt/${PN}-test/examples 51 install -m 0755 ${B}/examples/*-sample ${D}/opt/${PN}-test/examples 52 install -d ${D}/opt/${PN}-test/examples/routingmanagerd 53 install -m 0755 ${B}/examples/routingmanagerd/routingmanagerd \ 54 ${D}/opt/${PN}-test/examples/routingmanagerd
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | nss-fix-incorrect-shebang-of-perl.patch | 13 nss/cmd/signver/examples/1/form.pl | 2 +- 14 nss/cmd/signver/examples/1/signedForm.pl | 2 +- 22 diff --git a/nss/cmd/signver/examples/1/form.pl b/nss/cmd/signver/examples/1/form.pl 24 --- a/nss/cmd/signver/examples/1/form.pl 25 +++ b/nss/cmd/signver/examples/1/form.pl 32 diff --git a/nss/cmd/signver/examples/1/signedForm.pl b/nss/cmd/signver/examples/1/signedForm.pl 34 --- a/nss/cmd/signver/examples/1/signedForm.pl 35 +++ b/nss/cmd/signver/examples/1/signedForm.pl
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/libusbg/ |
H A D | 0001-Fix-out-of-tree-builds.patch | 12 examples/Makefile.am | 2 +- 16 diff --git a/examples/Makefile.am b/examples/Makefile.am 18 --- a/examples/Makefile.am 19 +++ b/examples/Makefile.am
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gst-examples_1.18.6.bb | 1 SUMMARY = "GStreamer examples (including gtk-play, gst-play)" 3 HOMEPAGE = "https://gitlab.freedesktop.org/gstreamer/gst-examples" 4 BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-examples/-/issues" 10 SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gst-examples.git;protocol=https;branch=1.18 \ 11 file://0001-Make-player-examples-installable.patch \
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/ |
H A D | nvmetcli_0.7.bb | 15 # nvmetcli-examples package. 30 cp -fr ${S}/examples ${D}${datadir}/nvmet/ 38 PACKAGES += "${PN}-examples" 39 FILES:${PN}-examples = "${datadir}/nvmet/examples/*"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/ |
H A D | 0001-include-libgen.h-for-basename.patch | 16 librdmacm/examples/rping.c | 1 + 32 diff --git a/librdmacm/examples/rping.c b/librdmacm/examples/rping.c 34 --- a/librdmacm/examples/rping.c 35 +++ b/librdmacm/examples/rping.c
|