| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch | 23 const char *confdir = rpmConfigDir(); 29 defrcfiles = rstrscat(NULL, confdir, "/rpmrc", ":", 30 confdir, "/" RPMCANONVENDOR "/rpmrc", ":", 37 confdir, "/platform/%{_target}/macros", ":", 38 confdir, "/fileattrs/*.attr", ":", 39 confdir, "/" RPMCANONVENDOR "/macros", ":",
|
| H A D | 0001-Do-not-read-config-files-from-HOME.patch | 18 defrcfiles = rstrscat(NULL, confdir, "/rpmrc", ":", 19 confdir, "/" RPMCANONVENDOR "/rpmrc", ":", 27 confdir, "/" RPMCANONVENDOR "/macros", ":",
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | remove-bashism.patch | 28 @@ -42,7 +42,7 @@ if [ -r $confdir/autofs ]; then 29 . $confdir/autofs 83 @@ -36,7 +36,7 @@ if [ -r $confdir/autofs ]; then 84 . $confdir/autofs
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/ |
| H A D | disable-native-tools.patch | 22 - confdir=`(cd "$srcdir";pwd)` 35 - ${confdir}/configure --build=${build} --host=${build} \
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | devtool | 147 confdir = os.path.join(workspacedir, 'conf') 148 if os.path.exists(os.path.join(confdir, 'layer.conf')): 152 bb.utils.mkdirhier(confdir) 153 with open(os.path.join(confdir, 'layer.conf'), 'w') as f:
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 323 confdir = os.path.join(basepath, 'conf') 324 unlockedsigs = os.path.join(confdir, 'unlocked-sigs.inc') 339 bb.utils.mkdirhier(confdir)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 97 confdir = "%s/%s" %(self.target_rootfs, "etc/dnf/vars/") 98 bb.utils.mkdirhier(confdir) 99 with open(confdir + "arch", 'w') as f: 103 with open(confdir + "releasever", 'w') as f:
|
| /OK3568_Linux_fs/buildroot/package/lvm2/ |
| H A D | lvm2.mk | 76 --with-confdir=$(HOST_DIR)/etc
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/iptables/iptables/ |
| H A D | 0001-Makefile.am-do-not-install-etc-ethertypes.patch | 33 confdir = $(sysconfdir)
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/ |
| H A D | Makefile | 73 confdir ?= /etc/ macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/ |
| H A D | lvm2_2.03.11.bb | 42 EXTRA_OECONF:append:class-nativesdk = " --with-confdir=${sysconfdir}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/ |
| H A D | autofs_5.1.8.bb | 47 --with-confdir=${sysconfdir}/default \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/mplayer/ |
| H A D | mpv_0.34.1.bb | 92 --confdir=${sysconfdir} \
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | 0002-Add-test-for-Wunused-but-set-variable.patch | 35 -DCONFDIR=\"$(confdir)\" \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/ |
| H A D | libpam_1.5.2.bb | 162 install -m 0644 ${S}/tests/confdir ${D}${PTEST_PATH}/tests
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | aclocal.m4 | 323 # (which should be --with-confdir=... when building fontconfig) 325 # --with-fc-confdir=... 326 # pkg-config --variable=confdir fontconfig 334 AC_ARG_WITH(fc-confdir, 335 AS_HELP_STRING([--with-fc-confdir=DIR], 338 # if --with-fc-confdir was not specified 340 FC_CONFDIR=`$PKG_CONFIG --variable=confdir fontconfig` 342 # ...and if pkg-config didn't find confdir in fontconfig.pc...
|