| /buildroot/support/scripts/ |
| A D | brpkgutil.py | 39 for pkg in pkg_list: 40 deps['all'].append(pkg) 41 types[pkg] = pkg_list[pkg]["type"] 42 deps[pkg] = pkg_list[pkg].get("dependencies", []) 43 for p in deps[pkg]: 44 rdeps[p].append(pkg) 45 versions[pkg] = \ 46 None if pkg_list[pkg]["type"] == "rootfs" \ 47 else "virtual" if pkg_list[pkg]["virtual"] \ 48 else pkg_list[pkg]["version"]
|
| A D | graph-depends | 42 def pkg_node_name(pkg): argument 74 if pkg == p: 102 d = deps[pkg] 136 def recurse(pkg): argument 157 recurse(pkg) 172 deps[pkg] = remove_mandatory_deps(pkg, deps) 175 deps[pkg] = remove_transitive_deps(pkg, deps) 182 if pkg == 'all': 185 label = pkg 206 if pkg in done_deps: [all …]
|
| A D | pkg-stats | 516 elif pkg.latest_version['version'] != pkg.current_version: 635 cve_status = cve.affects(pkg.name, pkg.current_version, pkg.ignored_cves, pkg.cpeid) 658 cpe_product_pkgs[pkg.name].append(pkg) 665 if pkg.cves or pkg.unsure_cves: 702 elif pkg.latest_version['version'] == pkg.current_version: 990 elif pkg.latest_version['version'] != pkg.current_version: 1052 elif pkg.is_status_na("cve") and not pkg.is_actual_package: 1091 elif pkg.is_status_na("cpe") and not pkg.is_actual_package: 1096 if pkg.cpeid: 1101 if pkg.is_actual_package and pkg.current_version: [all …]
|
| A D | size-stats | 56 def add_file(filesdict, relpath, abspath, pkg): argument 59 add_file(filesdict, relpath + "c", abspath + "c", pkg) 65 filesdict[relpath] = (pkg, sz) 80 pkg, fpath = line.split(",", 1) 84 add_file(filesdict, fpath, fullpath, pkg) 120 pkg = "unknown" 122 pkg = filesdict[frelpath][0] 124 pkgsize[pkg] += st.st_size 247 for (pkg, size) in pkgsizes.items(): 248 wr.writerow([pkg, size, "%.1f" % (float(size) / total * 100)])
|
| /buildroot/package/pkgconf/ |
| A D | pkgconf.mk | 19 PKG_CONFIG_HOST_BINARY = $(HOST_DIR)/bin/pkg-config 22 ln -sf pkgconf $(TARGET_DIR)/usr/bin/pkg-config 26 $(INSTALL) -m 0755 -D package/pkgconf/pkg-config.in \ 27 $(HOST_DIR)/bin/pkg-config 29 $(HOST_DIR)/bin/pkg-config 33 $(SED) 's,@STATIC@,--static,' $(HOST_DIR)/bin/pkg-config 37 $(SED) 's,@STATIC@,,' $(HOST_DIR)/bin/pkg-config
|
| A D | Config.in | 6 pkg-config, but was written from scratch in the summer of 7 2011 to replace pkg-config, which now needs itself to build
|
| A D | Config.in.host | 6 pkg-config, but was written from scratch in the summer of 7 2011 to replace pkg-config, which now needs itself to build
|
| /buildroot/package/flutter-engine/ |
| A D | 0004-pkg-config.py-do-not-prepend-sysroot-path.patch | 4 Subject: [PATCH] pkg-config.py: do not prepend sysroot path 7 pkg-config.py script is doing doesn't make sense. There is no need to prepend 8 the sysroot, and flutter should let pkg-config use the PKG_CONFIG_SYSROOT_DIR 11 Without this patch, the pkg-config.py script double prepends the sysroot path. 17 build/config/linux/pkg-config.py | 4 +--- 20 diff --git a/build/config/linux/pkg-config.py b/build/config/linux/pkg-config.py 22 --- a/build/config/linux/pkg-config.py 23 +++ b/build/config/linux/pkg-config.py
|
| /buildroot/package/go-bootstrap-stage2/ |
| A D | go-bootstrap-stage2.mk | 45 mkdir -p $(HOST_GO_BOOTSTRAP_STAGE2_ROOT)/pkg 46 cp -a $(@D)/pkg/include $(@D)/pkg/linux_* $(HOST_GO_BOOTSTRAP_STAGE2_ROOT)/pkg/ 47 cp -a $(@D)/pkg/tool $(HOST_GO_BOOTSTRAP_STAGE2_ROOT)/pkg/
|
| /buildroot/package/go-bootstrap-stage3/ |
| A D | go-bootstrap-stage3.mk | 46 mkdir -p $(HOST_GO_BOOTSTRAP_STAGE3_ROOT)/pkg 47 cp -a $(@D)/pkg/include $(HOST_GO_BOOTSTRAP_STAGE3_ROOT)/pkg/ 48 cp -a $(@D)/pkg/tool $(HOST_GO_BOOTSTRAP_STAGE3_ROOT)/pkg/
|
| /buildroot/utils/ |
| A D | add-custom-hashes | 35 jq --arg pkg "$2" -r '.[$pkg].dl_dir | strings' "$1" 91 for pkg in $(get_pkgs "$JSON" "$file"); do 92 HASHFILE="$BR2_GLOBAL_PATCH_DIR/$pkg/$pkg.hash" 93 PKG_DL_DIR=$(get_pkg_dl_dir "$JSON" "$pkg")
|
| /buildroot/support/kconfig/lxdialog/ |
| A D | check-lxdialog.sh | 8 pkg-config --libs ncursesw 2>/dev/null && exit 9 pkg-config --libs ncurses 2>/dev/null && exit 25 if pkg-config --cflags ncursesw 2>/dev/null; then 27 elif pkg-config --cflags ncurses 2>/dev/null; then
|
| /buildroot/package/nginx/ |
| A D | 0007-auto-lib-libgd-conf-use-pkg-config.patch | 4 Subject: [PATCH] auto/lib/libgd/conf: use pkg-config 6 Change to using pkg-config to find the path to libgd and its 12 [Fabrice: use pkg-config instead of gdlib-config] 28 + ngx_feature_path="$(${PKG_CONFIG:=pkg-config} --cflags-only-I gdlib| 30 + ngx_feature_libs="$(${PKG_CONFIG:=pkg-config} --libs gdlib)"
|
| A D | 0004-auto-lib-libxslt-conf-use-pkg-config.patch | 4 Subject: [PATCH] auto/lib/libxslt/conf: use pkg-config 6 Change to using pkg-config to find the path to libxslt and its 26 + ngx_feature_path="$(${PKG_CONFIG:=pkg-config} --cflags-only-I libxslt| 28 + ngx_feature_libs="$(${PKG_CONFIG:=pkg-config} --libs libxslt)"
|
| A D | 0006-auto-lib-openssl-conf-use-pkg-config.patch | 4 Subject: [PATCH] auto/lib/openssl/conf: use pkg-config 6 Change to using pkg-config to find the path to openssl and its 131 + ngx_feature_libs="$(${PKG_CONFIG:=pkg-config} --libs openssl)" 171 - ngx_feature="OpenSSL library in /usr/pkg/" 172 - ngx_feature_path="/usr/pkg/include" 173 + ngx_feature="OpenSSL library in /usr/pkg/" 174 + ngx_feature_path="/usr/pkg/include" 177 - ngx_feature_libs="-R/usr/pkg/lib -L/usr/pkg/lib -lssl -lcrypto" 179 - ngx_feature_libs="-L/usr/pkg/lib -lssl -lcrypto" 182 + ngx_feature_libs="-R/usr/pkg/lib -L/usr/pkg/lib -lssl -lcrypto" [all …]
|
| /buildroot/package/flite/ |
| A D | 0001-fix-alsa-static.patch | 1 Use pkg-config to determine alsa link flags. This fixes static linking. 13 + AUDIOLIBS=`pkg-config --libs alsa` 15 + AUDIOLIBS=`pkg-config --libs --static alsa`
|
| /buildroot/package/nginx-modsecurity/ |
| A D | 0001-config-use-pkg-config.patch | 4 Subject: [PATCH] config: use pkg-config 6 Change to using pkg-config to find the path to modsecurity and its 23 + ngx_feature_libs="$(${PKG_CONFIG:=pkg-config} --libs modsecurity)"
|
| /buildroot/board/kontron/pitx-imx8m/patches/uboot/2022.04/ |
| A D | 0001-tools-mkeficapsule-use-pkg-config-to-get-luuid-and-l.patch | 4 Subject: [PATCH 1/2] tools: mkeficapsule: use pkg-config to get -luuid and -lgnutls 7 mkeficapsule, use pkg-config when available. 10 -lgnutls if pkg-config is not available or fails with an error. 27 + $(shell pkg-config --libs gnutls uuid 2> /dev/null || echo "-lgnutls -luuid")
|
| /buildroot/package/taskd/ |
| A D | 0003-CMakeLists-use-pkg-config-uuid-detection.patch | 1 CMakeLists.txt: use pkg-config to detect uuid when possible 4 building statically, using pkg-config is recommended. This patch 5 therefore improves the CMakeLists.txt to use pkg-config to detect 6 libuuid when pkg-config is available.
|
| /buildroot/ |
| A D | Makefile.legacy | 48 host-pkg-config: 49 @$(call MESSAGE,host-pkg-config is replaced by host-pkgconf) 52 .PHONY: host-pkg-config
|
| /buildroot/package/latencytop/ |
| A D | 0001-makefile.patch | 10 XCFLAGS = -W -g `pkg-config --cflags glib-2.0` -D_FORTIFY_SOURCE=2 -Wno-sign-compare 11 -LDF = -Wl,--as-needed `pkg-config --libs glib-2.0` -lncursesw 12 +LDF = -Wl,--as-needed `pkg-config --libs glib-2.0` -lncurses
|
| /buildroot/package/ |
| A D | Makefile.in | 429 include package/pkg-cmake.mk 431 include package/pkg-perl.mk 432 include package/pkg-python.mk 433 include package/pkg-virtual.mk 434 include package/pkg-generic.mk 436 include package/pkg-rebar.mk 438 include package/pkg-waf.mk 439 include package/pkg-golang.mk 440 include package/pkg-meson.mk 441 include package/pkg-qmake.mk [all …]
|
| A D | pkg-utils.mk | 72 extractor-pkg-dependency = $(EXTRACTOR_PKG_DEPENDENCY$(suffix $(1))) 107 $(call _json-info-pkg,$(1)), \ 114 define _json-info-pkg 119 $(call _json-info-pkg-details,$(1)) \ 157 define _json-info-pkg-details 224 $(foreach pkg,$(1),\ 228 --link-dest=$(PER_PACKAGE_DIR)/$(pkg)/$(2)/, \ 234 $(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \ 275 define legal-warning-pkg # pkg, text 280 $(call legal-warning-pkg,$(1),sources not saved ($(2) packages not handled))
|
| /buildroot/package/go/ |
| A D | go.mk | 76 HOST_GO_TOOLDIR = $(HOST_GO_ROOT)/pkg/tool/linux_$(GO_GOARCH) 156 mkdir -p $(HOST_GO_ROOT)/pkg 157 cp -a $(@D)/pkg/include $(HOST_GO_ROOT)/pkg/ 158 cp -a $(@D)/pkg/tool $(HOST_GO_ROOT)/pkg/
|
| /buildroot/package/libev/ |
| A D | Config.in | 6 http://software.schmorp.de/pkg/libev.html
|