Home
last modified time | relevance | path

Searched refs:pkgconfig (Results 1 – 25 of 1369) sorted by relevance

12345678910>>...55

/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch4 Subject: [PATCH] gen-pkgconfig.in: Do not include LDFLAGS in generated pc
7 Including the LDFLAGS in the pkgconfig output is problematic as OE
14 misc/gen-pkgconfig.in | 2 +-
17 diff --git a/misc/gen-pkgconfig.in b/misc/gen-pkgconfig.in
19 --- a/misc/gen-pkgconfig.in
20 +++ b/misc/gen-pkgconfig.in
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0020-openmaxil-add-pkg-config-file.patch10 pkgconfig/openmaxil.pc.in | 10 ++++++++++
12 create mode 100644 pkgconfig/openmaxil.pc.in
24 configure_file("pkgconfig/${PCFILE}.in" "${PCFILE}" @ONLY)
26 DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
27 diff --git a/pkgconfig/openmaxil.pc.in b/pkgconfig/openmaxil.pc.in
31 +++ b/pkgconfig/openmaxil.pc.in
H A D0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch14 /usr/lib/pkgconfig/wayland-egl.pc
62 pkgconfig/bcm_host.pc.in | 2 +-
63 pkgconfig/brcmegl.pc.in | 2 +-
64 pkgconfig/brcmglesv2.pc.in | 2 +-
65 pkgconfig/brcmvg.pc.in | 2 +-
66 pkgconfig/mmal.pc.in | 2 +-
67 pkgconfig/vcsm.pc.in | 2 +-
76 configure_file("pkgconfig/${PCFILE}.in" "${PCFILE}" @ONLY)
78 - DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
79 + DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/thrift/thrift/
H A D0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch20 …(PKGCONFIG_INSTALL_DIR "lib/pkgconfig" CACHE PATH "The subdirectory to install pkgconfig config fi…
22 …STALL_DIR "lib${LIB_SUFFIX}/pkgconfig" CACHE PATH "The subdirectory to install pkgconfig config fi…
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/
H A Dpkgconf_2.3.0.bb9 PROVIDES += "pkgconfig"
10 RPROVIDES:${PN} += "pkgconfig"
27 EXTRA_OECONF += "--with-pkg-config-dir='${libdir}/pkgconfig:${datadir}/pkgconfig'"
48 # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by
50 RPROVIDES:${PN} += "pkgconfig(pkg-config)"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/
H A D0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch11 /usr/lib/pkgconfig
13 /usr/lib/pkgconfig/libnfs.pc
43 -set(INSTALL_PKGCONFIG_DIR "${INSTALL_LIB_DIR}/pkgconfig" CACHE PATH "Installation directory for pk…
45 …{CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pkgconfig" CACHE PATH "Installation directory for p…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-configure-Do-not-add-native-paths-to-pkgconfig-searc.patch4 Subject: [PATCH] configure: Do not add native paths to pkgconfig search
25 -dnl tell pkgconfig to look in the same prefix where we're installing this to,
27 -dnl pkgconfig path
28 -PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${libdir}/pkgconfig"
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/
H A Dvc-graphics.inc22 inherit pkgconfig update-rc.d
35 install -d ${D}${libdir}/pkgconfig
36 install -m 0644 ${UNPACKDIR}/egl.pc ${D}${libdir}/pkgconfig/
52 FILES:${PN}-dev = "${libdir}/pkgconfig \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0001-Fix-pkgconfig-dir-for-multilib.patch4 Subject: [PATCH] Fix pkgconfig dir for multilib
21 - install(FILES ${PROJECT_BINARY_DIR}/${VSOMEIP_NAME}.pc DESTINATION lib/pkgconfig)
22 … install(FILES ${PROJECT_BINARY_DIR}/${VSOMEIP_NAME}.pc DESTINATION ${INSTALL_LIB_DIR}/pkgconfig)
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss/
H A Dtpm2-tss_4.1.3.bb19 inherit autotools pkgconfig systemd useradd
61 ${libdir}/pkgconfig/tss2-tcti-device.pc \
68 ${libdir}/pkgconfig/tss2-tcti-mssim.pc \
75 ${libdir}/pkgconfig/tss2-mu.pc \
82 ${libdir}/pkgconfig \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/
H A D0001-Add-meson-option-to-pass-sysroot.patch32 - gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gd…
33 + get_option('oe_sysroot') + gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/g…
45 - gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gd…
46 + get_option('oe_sysroot') + gsettings_desktop_dep.get_variable(pkgconfig: 'prefix') + '/include/g…
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/
H A Duserland_git.bb56 inherit cmake pkgconfig
85 rm -rf ${D}${libdir}/pkgconfig/egl.pc ${D}${libdir}/pkgconfig/glesv2.pc \
86 ${D}${libdir}/pkgconfig/wayland-egl.pc
89 ln -sf brcmglesv2.pc ${D}${libdir}/pkgconfig/glesv2.pc
90 ln -sf brcmegl.pc ${D}${libdir}/pkgconfig/egl.pc
91 ln -sf brcmvg.pc ${D}${libdir}/pkgconfig/vg.pc
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-providers.inc58 PREFERRED_PROVIDER_pkgconfig ?= "pkgconfig"
59 PREFERRED_PROVIDER_nativesdk-pkgconfig ?= "nativesdk-pkgconfig"
60 PREFERRED_PROVIDER_pkgconfig-native ?= "pkgconfig-native"
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/
H A Dpkgconfig_git.bb32 PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native"
39 # the pkg.m4 macros, pkgconfig does not deliver any other -dev
45 # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by
47 RPROVIDES:${PN} += "pkgconfig(pkg-config)"
66 -e "s|@LIBDIR_NATIVE@|\$OECORE_NATIVE_SYSROOT/usr/lib/pkgconfig|" \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A D0002-Fix-pyext_PATTERN-for-cross-compilation.patch12 /usr/lib/pkgconfig/talloc.pc
13 /usr/lib/pkgconfig/pytalloc-util.cpython-310-x86_64-linux-gnu.pc
25 /usr/lib/pkgconfig/talloc.pc
26 /usr/lib/pkgconfig/pytalloc-util.pc
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0003-Fix-pyext_PATTERN-for-cross-compilation.patch12 /usr/lib/pkgconfig/pyldb-util.cpython-310-x86_64-linux-gnu.pc
13 /usr/lib/pkgconfig/ldb.pc
26 /usr/lib/pkgconfig/pyldb-util.pc
27 /usr/lib/pkgconfig/ldb.pc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/files/
H A D0001-tweak-install-prefix.patch41 - install -d -m 0755 $(DESTDIR)/usr/share/pkgconfig
46 …clude#g; s#@libdir@#/usr/${LIBDIR}#g" isomd5sum.pc.in > ${DESTDIR}/usr/share/pkgconfig/isomd5sum.pc
49 + install -d -m 0755 $(DESTDIR)${datadir}/pkgconfig
54 …ncludedir)#g; s#@libdir@#$(libdir)#g" isomd5sum.pc.in > ${DESTDIR}${datadir}/pkgconfig/isomd5sum.pc
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dtarget-sdk-provides-dummy.bb45 pkgconfig \
46 pkgconfig-dev \
47 pkgconfig-src \
/openbmc/phosphor-led-sysfs/
H A Dmeson.build41 install_dir: systemd.get_variable(pkgconfig: 'systemdsystemunitdir'),
45 install_dir: systemd.get_variable(pkgconfig: 'systemdsystemunitdir'),
53 install_dir: dbus.get_variable(pkgconfig: 'system_bus_services_dir'),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus-cxx/
H A Ddbus-cxx_2.5.2.bb23 inherit pkgconfig cmake
40 ${libdir}/pkgconfig/dbus-cxx-glib-2.0.pc \
45 ${libdir}/pkgconfig/dbus-cxx-uv-2.0.pc\
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pkgconfig_1.5.5.bb2 HOMEPAGE = "http://github.com/matze/pkgconfig"
9 RDEPENDS:${PN} = "pkgconfig \
/openbmc/openbmc/poky/meta/recipes-graphics/glslang/glslang/
H A D0001-generate-glslang-pkg-config.patch25 …AKE_CURRENT_SOURCE_DIR}/glslang.pc.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/glslang.pc @ONLY)
26 … install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/glslang.pc DESTINATION ${CMAKE_INSTALL_LIBDIR…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_255.6.bb9 inherit meson pkgconfig
16 file://static-libsystemd-pkgconfig.patch \
75 install -d ${D}${libdir}/pkgconfig
76 install ${B}/src/libsystemd/libsystemd.pc ${D}${libdir}/pkgconfig
/openbmc/openbmc/poky/meta/classes/
H A Drelocatable.bbclass16 for dir in ${libdir}/pkgconfig ${datadir}/pkgconfig; do
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-pytss/
H A Dpython3-tpm2-pytss_2.3.0.bb10 inherit autotools pkgconfig pypi python_setuptools_build_meta
16 python3-pkgconfig-native \

12345678910>>...55