/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/poky/meta/recipes-kernel/lttng/lttng-ust/ |
H A D | 0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch | 5 libs 20 /usr/bin/ld: warning: liblttng-ust-common.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng… 21 /usr/bin/ld: warning: liblttng-ust-tracepoint.so.1, needed by ../../../src/lib/lttng-ust/.libs/libl… 22 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ad… 23 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… 24 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_co… 25 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp… 26 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp… 27 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ca… 28 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | mconf-cfg.sh | 5 libs=$2 13 ${HOSTPKG_CONFIG} --libs ${PKG} > ${libs} 19 ${HOSTPKG_CONFIG} --libs ${PKG2} > ${libs} 29 echo -lncursesw > ${libs} 35 echo -lncurses > ${libs} 43 echo -lncurses > ${libs}
|
H A D | nconf-cfg.sh | 5 libs=$2 13 ${HOSTPKG_CONFIG} --libs ${PKG} > ${libs} 19 ${HOSTPKG_CONFIG} --libs ${PKG2} > ${libs} 29 echo -lncursesw -lmenuw -lpanelw > ${libs} 35 echo -lncurses -lmenu -lpanel > ${libs} 41 echo -lncurses -lmenu -lpanel > ${libs}
|
H A D | qconf-cfg.sh | 5 libs=$2 22 ${HOSTPKG_CONFIG} --libs ${PKG6} > ${libs} 29 ${HOSTPKG_CONFIG} --libs ${PKG5} > ${libs}
|
H A D | Makefile | 171 HOSTLDLIBS_nconf = $(call read-file, $(obj)/nconf-libs) 175 $(obj)/nconf: | $(obj)/nconf-libs 184 HOSTLDLIBS_mconf = $(call read-file, $(obj)/mconf-libs) 188 $(obj)/mconf: | $(obj)/mconf-libs 196 HOSTLDLIBS_qconf = $(call read-file, $(obj)/qconf-libs) 199 $(obj)/qconf: | $(obj)/qconf-libs 214 HOSTLDLIBS_gconf = $(call read-file, $(obj)/gconf-libs) 217 $(obj)/gconf: | $(obj)/gconf-libs 221 cmd_conf_cfg = $< $(addprefix $(obj)/$*conf-, cflags libs bin); touch $(obj)/$*conf-bin 223 $(obj)/%conf-cflags $(obj)/%conf-libs $(obj)/%conf-bin: $(src)/%conf-cfg.sh [all …]
|
H A D | gconf-cfg.sh | 5 libs=$2 33 ${HOSTPKG_CONFIG} --libs ${PKG} > ${libs}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/smarty/ |
H A D | smarty_4.5.5.bb |
|
/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/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/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/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-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
|
/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/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/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/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/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/u-boot/ |
H A D | Makefile | 689 libs-y += lib/ 690 libs-$(HAVE_VENDOR_COMMON_LIB) += board/$(VENDOR)/common/ 691 libs-$(CONFIG_OF_EMBED) += dts/ 692 libs-y += fs/ 693 libs-y += net/ 694 libs-y += disk/ 695 libs-y += drivers/ 696 libs-y += drivers/dma/ 697 libs-y += drivers/gpio/ 698 libs-y += drivers/i2c/ [all …]
|
/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-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
H A D | 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch | 9 * add ../src/google/protobuf/.libs/timestamp.pb.o when linking 11 …--as-needed add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf` 18 …/protobuf/3.8.0-r0/git/src -Lcore2-32-oe-linux/protobuf/3.8.0-r0/git/src/.libs -Lcore2-32-oe-linux… 40 +PROTOBUF := $(shell pkg-config --cflags --libs protobuf) 49 - c++ -std=c++14 add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs prot… 50 + $(CXX) $(CXXFLAGS) $(LDFLAGS) ../src/google/protobuf/.libs/timestamp.pb.o $(PROTOBUF) add_person.… 54 - c++ -std=c++14 list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs pr… 55 + $(CXX) $(CXXFLAGS) $(LDFLAGS) ../src/google/protobuf/.libs/timestamp.pb.o $(PROTOBUF) list_people…
|