Home
last modified time | relevance | path

Searched refs:pkg (Results 126 – 150 of 503) sorted by relevance

12345678910>>...21

/openbmc/linux/tools/testing/selftests/alsa/
H A DMakefile4 CFLAGS += $(shell pkg-config --cflags alsa)
5 LDLIBS += $(shell pkg-config --libs alsa)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dfix-tslib-version-check.patch3 The patch makes sure that the old as well as the new tslib pkg-config
6 tslib 0.0 to 1.0 created only a tslib-<VERSION>.pc pkg-config metadata
10 Additionally, the pkg-config metadata file tslib.pc was added.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-configure.ac.in-fix-host-contamination.patch54 pkg-config --exists libssl
57 - SSL_INC="`pkg-config --cflags libssl` -I/usr/include/openssl"
58 + SSL_INC="`pkg-config --cflags libssl`"
59 SSL_LIB="`pkg-config --libs libssl` -lssl -lcrypto"
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dwayland_1.22.0.bb34 # pkg-config to find files. Replace pkg-config with pkg-config-native.
37 -e 's,$PKG_CONFIG,pkg-config-native,g' \
/openbmc/skeleton/
H A Drules.mk4 LDLIBS+=$(shell pkg-config --libs $(PACKAGE_DEPS))
5 ALL_CFLAGS+=$(shell pkg-config --cflags $(PACKAGE_DEPS)) -fPIC -Werror $(CFLAGS)
/openbmc/linux/tools/testing/selftests/memfd/
H A DMakefile9 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null)
14 VAR_LDLIBS := $(shell pkg-config fuse --libs 2>/dev/null)
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/
H A D0001-meson-Use-PKG_CONFIG_SYSROOT_DIR-when-using-pkg-conf.patch4 Subject: [PATCH] meson: Use PKG_CONFIG_SYSROOT_DIR when using pkg-config
6 OE cross-builds and absolute paths found by pkg-config points to
24 +# pkg-config sysroot location
/openbmc/openbmc/poky/meta/recipes-extended/pam/
H A Dlibpam_1.6.0.bb95 def pam_plugin_hook(file, pkg, pattern, format, basename):
99 rdeps = d.getVar('RDEPENDS:' + pkg)
104 d.setVar('RDEPENDS:' + pkg, rdeps)
106 provides = d.getVar('RPROVIDES:' + pkg)
108 provides = provides + " " + pkg + "-" + libpam_suffix
110 provides = pkg + "-" + libpam_suffix
111 d.setVar('RPROVIDES:' + pkg, provides)
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py116 pkg = line.split(":", 1)[1].strip()
117 package_names.add(pkg + ":" + section)
178 for pkg in sorted(package_list):
179 f.write(pkg + "\n")
266 (pkg, section) = line.split(":")
271 if pn == pkg:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/
H A Dlirc_0.10.2.bb47 # Ensure python-pkg/VERSION exists
49 cp ${S}/VERSION ${S}/python-pkg/
54 rm -rf ${S}/python-pkg/dist/
55 mkdir ${S}/python-pkg/dist/
56 tar --exclude='${S}/python-pkg/*' -czf ${S}/python-pkg/dist/${BP}.tar.gz ${S}
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma.c243 if ((ci->id == BCMA_CHIP_ID_BCM5357 && ci->pkg == BCMA_PKG_ID_BCM47186) || in bgmac_probe()
244 (ci->id == BCMA_CHIP_ID_BCM53572 && ci->pkg == BCMA_PKG_ID_BCM47188)) { in bgmac_probe()
248 if (ci->id == BCMA_CHIP_ID_BCM5357 && ci->pkg == BCMA_PKG_ID_BCM5358) in bgmac_probe()
254 if (ci->pkg == BCMA_PKG_ID_BCM47189) in bgmac_probe()
258 if (ci->pkg == BCMA_PKG_ID_BCM47189) in bgmac_probe()
271 if (ci->pkg == 10) { in bgmac_probe()
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dbusybox-cross-menuconfig.patch47 pkg-config --libs ncursesw 2>/dev/null && exit
48 pkg-config --libs ncurses 2>/dev/null && exit
58 if pkg-config --cflags ncursesw 2>/dev/null; then
60 elif pkg-config --cflags ncurses 2>/dev/null; then
/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/
H A Dlibxml2_conf.patch1 configure does not work with OE pkg-config for the libxml2 option
60 + # if pkg-config is installed and openssl has installed a .pc file,
62 + AC_CHECK_TOOL([PKG_CONFIG], [pkg-config])
76 + xml2dirs="/usr/local/libxml /usr/lib/libxml /usr/libxml /usr/pkg /usr/local /usr"
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/
H A Dgtk-doc_1.33.2.bb31 SRC_URI:append:class-native = " file://pkg-config-native.patch"
43 # configure values for python3 and pkg-config encoded in scripts
48 sed -e 's,${RECIPE_SYSROOT_NATIVE}/usr/bin/pkg-config,${bindir}/pkg-config,' \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlibc-package.bbclass125 def calc_gconv_deps(fn, pkg, file_regex, output_pattern, group):
139 d.setVar('RDEPENDS:%s' % pkg, " ".join(deps))
141 d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc'))
147 def calc_charmap_deps(fn, pkg, file_regex, output_pattern, group):
161 d.setVar('RDEPENDS:%s' % pkg, " ".join(deps))
163 d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc'))
168 def calc_locale_deps(fn, pkg, file_regex, output_pattern, group):
182 d.setVar('RDEPENDS:%s' % pkg, " ".join(deps))
184 d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc'))
351 def metapkg_hook(file, pkg, pattern, format, basename):
[all …]
H A Dnative.bbclass51 # native pkg doesn't need the TOOLCHAIN_OPTIONS.
169 for pkg in e.data.getVar("PACKAGES", False).split():
170 map_dependencies("RDEPENDS", e.data, pkg)
171 map_dependencies("RRECOMMENDS", e.data, pkg)
172 map_dependencies("RSUGGESTS", e.data, pkg)
173 map_dependencies("RPROVIDES", e.data, pkg)
174 map_dependencies("RREPLACES", e.data, pkg)
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Do-not-write-bindir-into-pkg-config-files.patch4 Subject: [PATCH] Do not write $bindir into pkg-config files
21 @@ -884,14 +884,14 @@ pkg.generate(libgio,
48 @@ -447,9 +447,9 @@ pkg.generate(libglib,
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py359 def save_rpmpostinst(self, pkg): argument
360 bb.note("Saving postinstall script of %s" % (pkg))
362 args = ["-q", "--root=%s" % self.target_rootfs, "--queryformat", "%{postin}", pkg]
375 saved_script_name = oe.path.join(target_path, "%d-%s" % (num, pkg))
385 for pkg in registered_pkgs.split():
386 self.save_rpmpostinst(pkg)
388 def extract(self, pkg): argument
389 output = self._invoke_dnf(["repoquery", "--location", pkg])
392 bb.fatal("dnf could not find package %s in repository: %s" %(pkg, output))
401 "File %s doesn't exists" % (pkg, pkg_path))
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass54 def ipk_write_pkg(pkg, d):
72 root = "%s/%s" % (pkgdest, pkg)
77 localdata.setVar('ROOT_%s' % pkg, root)
78 pkgname = localdata.getVar('PKG:%s' % pkg)
80 pkgname = pkg
83 localdata.setVar('OVERRIDES', d.getVar("OVERRIDES", False) + ":" + pkg)
118 …bb.note("Not creating empty archive for %s-%s-%s" % (pkg, localdata.getVar('PKGV'), localdata.getV…
233 conffiles_str = ' '.join(oe.package.get_conffiles(pkg, d))
243 d.getVar("OPKGBUILDCMD"), pkg, pkgoutdir),
256 # Have to list any variables referenced as X_<pkg> that aren't in pkgdata here
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py40 pkg = ""
51 pkg = line.split(": ")[1]
79 filename = "%s_%s_%s.ipk" % (pkg, ver, arch)
80 if pkg:
81 output[pkg] = {"arch":arch, "ver":ver,
83 pkg = ""
303 def extract(self, pkg): argument
377 for pkg in pkgs.values():
378 provided_pkgs |= set(pkg.get('provs', []))
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fwknop/fwknop/
H A D0001-Use-pkg-config-to-find-gpgme.patch4 Subject: [PATCH] Use pkg-config to find gpgme
21 + GPGME_CONFIG="pkg-config gpgme"
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/
H A D0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch4 Subject: [PATCH] Set libsolv variables with pkg-config (cmake's own module
27 # build dependencies via pkg-config
/openbmc/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.h39 const unsigned int pkg; member
52 .pkg = _pkg, \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/suckless/
H A Dst_0.9.1.bb17 …make INCS='-I. `pkg-config --cflags x11 fontconfig xft`' LIBS='-lm -lutil `pkg-config --libs x11 f…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk/
H A Dconfsearch.diff24 `ls -d /usr/pkg/lib 2>/dev/null` \
36 `ls -d /usr/pkg/lib 2>/dev/null` \
44 `ls -d /usr/pkg/lib 2>/dev/null` \

12345678910>>...21