| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ |
| H A D | ncurses-config.patch | 12 - NCURSES_LDFLAGS := $(shell ncurses5-config --libs 2>/dev/null) 14 + NCURSES_LDFLAGS := $(shell pkg-config ncurses --libs 2>/dev/null) 23 - NCURSES_LDFLAGS := $(shell ncursesw5-config --libs 2>/dev/null) 25 + NCURSES_LDFLAGS := $(shell pkg-config ncursesw --libs 2>/dev/null) 34 - NCURSES_LDFLAGS := $(shell ncurses6-config --libs 2>/dev/null) 36 + NCURSES_LDFLAGS := $(shell pkg-config ncurses6 --libs 2>/dev/null) 45 - NCURSES_LDFLAGS := $(shell ncursesw6-config --libs 2>/dev/null) 47 + NCURSES_LDFLAGS := $(shell pkg-config ncursesw --libs 2>/dev/null) 55 - ifneq ($(shell ncursesw6-config --libs 2>/dev/null),) 57 - NCURSES_LDFLAGS := $(shell ncursesw6-config --libs 2>/dev/null) [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 | 28 -X11LIB = `pkg-config --libs x11` 30 +X11LIB = $(shell $(PKG_CONFIG) --libs x11) 33 -GTKLIB = `pkg-config --libs gtk+-3.0 gcr-3 webkit2gtk-4.0` 35 -WEBEXTLIBS = `pkg-config --libs webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0` 37 +GTKLIB = $(shell $(PKG_CONFIG) --libs gtk+-3.0 gcr-3 webkit2gtk-4.1) 39 +WEBEXTLIBS = $(shell $(PKG_CONFIG) --libs webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0) 41 # includes and libs
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp/ |
| H A D | 0001-curlpp-config.in-Remove-references-to-absolute-build.patch | 28 --libs) 29 - echo -L@libdir@ @LDFLAGS@ @LIBS@ `curl-config --libs` -lcurlpp 30 + echo `curl-config --libs` -lcurlpp 32 --static-libs) 33 - echo @libdir_static@/libcurlpp.@libext@ @LDFLAGS@ @LIBS@ `curl-config --static-libs` 34 + echo $prefix/@libdir_static@/libcurlpp.@libext@ `curl-config --static-libs`
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/ |
| H A D | 0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch | 12 gst-libs/gst/tag/gsttagdemux.c | 13 +++++++++++++ 14 mode change 100644 => 100755 gst-libs/gst/tag/gsttagdemux.c 16 diff --git a/gst-libs/gst/tag/gsttagdemux.c b/gst-libs/gst/tag/gsttagdemux.c 20 --- a/gst-libs/gst/tag/gsttagdemux.c 21 +++ b/gst-libs/gst/tag/gsttagdemux.c
|
| H A D | 0003-viv-fb-Make-sure-config.h-is-included.patch | 12 gst-libs/gst/gl/gl-prelude.h | 4 ++++ 15 diff --git a/gst-libs/gst/gl/gl-prelude.h b/gst-libs/gst/gl/gl-prelude.h 17 --- a/gst-libs/gst/gl/gl-prelude.h 18 +++ b/gst-libs/gst/gl/gl-prelude.h
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ |
| H A D | 0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch | 10 gst-libs/gst/codecparsers/gstvc1parser.c | 2 +- 13 diff --git a/gst-libs/gst/codecparsers/gstvc1parser.c b/gst-libs/gst/codecparsers/gstvc1parser.c 15 --- a/gst-libs/gst/codecparsers/gstvc1parser.c 16 +++ b/gst-libs/gst/codecparsers/gstvc1parser.c
|
| H A D | 0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch | 16 gst-libs/gst/opencv/meson.build | 3 +++ 19 diff --git a/gst-libs/gst/opencv/meson.build b/gst-libs/gst/opencv/meson.build 21 --- a/gst-libs/gst/opencv/meson.build 22 +++ b/gst-libs/gst/opencv/meson.build
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi-glib-cross-compile.patch | 19 -GLIB_LIBS=`pkg-config --libs $GLIB $GTHREAD` 21 -GLIB_ONLY_LIBS=`pkg-config --libs $GLIB` 23 -GMODULE_ONLY_LIBS=`pkg-config --libs $GMODULE` 26 +GLIB_LIBS=`PKG_CONFIG_PATH=$PKG_CONFIG_PATH pkg-config --libs $GLIB $GTHREAD` 28 +GLIB_ONLY_LIBS=`PKG_CONFIG_PATH=$PKG_CONFIG_PATH pkg-config --libs $GLIB` 30 +GMODULE_ONLY_LIBS=`PKG_CONFIG_PATH=$PKG_CONFIG_PATH pkg-config --libs $GMODULE`
|
| /openbmc/openbmc/poky/meta/recipes-extended/groff/files/ |
| H A D | 0001-getopt-Fix-type-signature-for-getenv.patch | 12 src/libs/libgroff/getopt.c | 2 +- 15 diff --git a/src/libs/libgroff/getopt.c b/src/libs/libgroff/getopt.c 17 --- a/src/libs/libgroff/getopt.c 18 +++ b/src/libs/libgroff/getopt.c
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/ |
| H A D | 0001-Fix-the-compile-error.patch | 7 *** No rule to make target '../librfxcodec/src/.libs/librfxencode.a', needed by 'xrdp'. Stop.. 24 -XRDP_EXTRA_LIBS += $(top_builddir)/librfxcodec/src/.libs/librfxencode.a 25 +XRDP_EXTRA_LIBS += $(top_builddir)/librfxcodec/src/.libs/librfxencode.la 33 -XRDP_EXTRA_LIBS += $(top_builddir)/libpainter/src/.libs/libpainter.a 34 +XRDP_EXTRA_LIBS += $(top_builddir)/libpainter/src/.libs/libpainter.la
|
| /openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
| H A D | boost-math-disable-pch-for-gcc.patch | 13 libs/math/build/Jamfile.v2 | 2 +- 16 diff --git a/libs/math/build/Jamfile.v2 b/libs/math/build/Jamfile.v2 18 --- a/libs/math/build/Jamfile.v2 19 +++ b/libs/math/build/Jamfile.v2
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0002-binutils-cross-Do-not-generate-linker-script-directo.patch | 35 - libs= 38 - libs="${exec_prefix}/${target_alias}/lib" 49 - *) libs="${exec_prefix}/${target_alias}/lib${libpath_suffix}" ;; 52 - libs="${exec_prefix}/${TOOL_LIB}/lib ${libs}" 54 - append_to_lib_path ${libs} 58 libs=${NATIVE_LIB_DIRS}
|
| /openbmc/u-boot/scripts/ |
| H A D | Makefile.spl | 71 libs-y += $(if $(BOARDDIR),board/$(BOARDDIR)/) 72 libs-$(HAVE_VENDOR_COMMON_LIB) += board/$(VENDOR)/common/ 74 libs-$(CONFIG_SPL_FRAMEWORK) += common/spl/ 75 libs-y += common/init/ 79 libs-$(CONFIG_TPL_LIBCOMMON_SUPPORT) += common/ cmd/ env/ 80 libs-$(CONFIG_TPL_LIBGENERIC_SUPPORT) += lib/ 82 libs-$(CONFIG_SPL_LIBCOMMON_SUPPORT) += common/ cmd/ env/ 83 libs-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/ 85 libs-$(CONFIG_PARTITIONS) += disk/ 89 libs-y += drivers/ [all …]
|
| /openbmc/u-boot/arch/powerpc/ |
| H A D | Makefile | 6 libs-y += arch/powerpc/cpu/$(CPU)/ 7 libs-y += arch/powerpc/cpu/ 8 libs-y += arch/powerpc/lib/
|
| /openbmc/u-boot/arch/arm/ |
| H A D | Makefile | 92 libs-y += $(machdirs) 102 libs-y += arch/arm/cpu/$(CPU)/ 103 libs-y += arch/arm/cpu/ 104 libs-y += arch/arm/lib/ 108 libs-y += arch/arm/mach-imx/ 112 libs-y += arch/arm/mach-imx/ 117 libs-y += arch/arm/mach-mvebu/
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0021-cmake-Disable-format-overflow-warning-as-error.patch | 19 host_applications/linux/libs/bcm_host/CMakeLists.txt | 2 +- 22 diff --git a/host_applications/linux/libs/bcm_host/CMakeLists.txt b/host_applications/linux/libs/bc… 24 --- a/host_applications/linux/libs/bcm_host/CMakeLists.txt 25 +++ b/host_applications/linux/libs/bcm_host/CMakeLists.txt
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
| H A D | 0005-change-library-linking-order.patch | 31 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras… 32 …/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-config --libs libpng) 44 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras… 45 …/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-config --libs libpng) 57 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras… 58 …/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-config --libs libpng) 70 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras… 71 …/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-config --libs libpng) 83 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras… 84 …/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-config --libs libpng)
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/ |
| H A D | packagegroup-obmc-ipmid-providers.bb | 5 SUMMARY:${PN}-libs = "Extra providers for ipmid." 11 PACKAGES = "${PN}-libs" 13 RDEPENDS:${PN}-libs = "${VIRTUAL-RUNTIME_phosphor-ipmi-providers}"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ |
| H A D | xmlsec1-examples-allow-build-in-separate-dir.patch | 22 -LDLIBS += -L../src/.libs -g $(shell PKG_CONFIG_PATH=.. pkg-config --libs xmlsec1 ) 26 +LDLIBS += -L$(top_builddir)/src/.libs -g $(shell PKG_CONFIG_PATH=$(top_srcdir) pkg-config --libs x…
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 2001-fix-luaL-checkint.patch | 31 --- a/modules/lua/libs/net.c 32 +++ b/modules/lua/libs/net.c 104 --- a/modules/lua/libs/osd.c 105 +++ b/modules/lua/libs/osd.c 124 --- a/modules/lua/libs/playlist.c 125 +++ b/modules/lua/libs/playlist.c 164 --- a/modules/lua/libs/stream.c 165 +++ b/modules/lua/libs/stream.c 175 --- a/modules/lua/libs/volume.c 176 +++ b/modules/lua/libs/volume.c [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
| H A D | 0003-fix-luaL-checkint.patch | 28 --- a/modules/lua/libs/net.c 29 +++ b/modules/lua/libs/net.c 101 --- a/modules/lua/libs/osd.c 102 +++ b/modules/lua/libs/osd.c 121 --- a/modules/lua/libs/playlist.c 122 +++ b/modules/lua/libs/playlist.c 161 --- a/modules/lua/libs/stream.c 162 +++ b/modules/lua/libs/stream.c 172 --- a/modules/lua/libs/volume.c 173 +++ b/modules/lua/libs/volume.c [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
| H A D | 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch | 8 * add ../src/google/protobuf/.libs/timestamp.pb.o when linking 10 …--as-needed add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf` 17 …/protobuf/3.8.0-r0/git/src -Lcore2-32-oe-linux/protobuf/3.8.0-r0/git/src/.libs -Lcore2-32-oe-linux… 41 +PROTOBUF := $(shell pkg-config --cflags --libs protobuf) 50 - c++ -std=c++14 add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs prot… 51 + $(CXX) $(CXXFLAGS) $(LDFLAGS) ../src/google/protobuf/.libs/timestamp.pb.o $(PROTOBUF) add_person.… 55 - c++ -std=c++14 list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs pr… 56 + $(CXX) $(CXXFLAGS) $(LDFLAGS) ../src/google/protobuf/.libs/timestamp.pb.o $(PROTOBUF) list_people…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/ |
| H A D | 0001-thorvg-fix-build-with-gcc-15.patch | 7 src/libs/thorvg/thorvg.h:357:20: error: 'uint8_t' has not been declared 20 src/libs/thorvg/thorvg.h | 1 + 23 --- a/src/libs/thorvg/thorvg.h 24 +++ b/src/libs/thorvg/thorvg.h
|
| /openbmc/openbmc/poky/meta/recipes-devtools/subversion/subversion/ |
| H A D | serfmacro.patch | 22 SVN_SERF_LIBS=[`$PKG_CONFIG $serf_pc_arg --libs-only-l`] 23 dnl don't use --libs-only-L because then we might miss some options 24 - LDFLAGS=["$LDFLAGS `$PKG_CONFIG $serf_pc_arg --libs | $SED -e 's/-l[^ ]*//g'`"] 25 + LDFLAGS=["$LDFLAGS `$PKG_CONFIG $serf_pc_arg --libs | $SED -e 's/ -l[^ ]*//g' -e 's/^-l[…
|
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | ar-from-env.patch | 8 libs/x86emu/libx86emu.a: could not read symbols: Archive has no index; run ranlib to add one 16 libs/x86emu/Makefile | 6 +++++- 19 --- a/libs/x86emu/Makefile 20 +++ b/libs/x86emu/Makefile
|