/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/ |
H A D | add-with-bisonlocaledir.patch | 8 'bison --print-localedir', we add option --with-bisonlocaledir 13 make use of the output of 'bison --print-localedir'. 43 dnl Determine bison's localedir. 46 dnl and accepts the --print-localedir option. 48 - if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then 49 + if test -z "$BISON_LOCALEDIR" -a ${YACC-${BISON-:}} --print-localedir >/dev/null 2>&1; then 50 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
|
/openbmc/linux/tools/power/cpupower/ |
H A D | Makefile | 71 localedir ?= /usr/share/locale macro 303 $(INSTALL) -d $(DESTDIR)${localedir} 305 …echo '$(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupow… 306 …$(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo;… 332 rm -f $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
H A D | __init__.py | 99 def generate_locale_archive(d, rootfs, target_arch, localedir): argument 136 env["LOCALEARCHIVE"] = oe.path.join(localedir, "locale-archive") 138 for name in sorted(os.listdir(localedir)): 139 path = os.path.join(localedir, name) 408 localedir = oe.path.join(self.target_rootfs, self.d.getVar("libdir"), "locale") 409 if os.path.exists(localedir) and os.listdir(localedir): 410 generate_locale_archive(self.d, self.target_rootfs, target_arch, localedir)
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/ |
H A D | 0001-Make-python-path-configurable.patch | 25 localedir = join_paths(prefix, get_option('localedir'))
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | 0001-configure.ac-Rename-to-configure.ac-and-use-external.patch | 238 -localedir = $(datadir)/locale 240 -aliaspath = $(localedir) 257 -DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ 510 - $(mkinstalldirs) $(DESTDIR)$(localedir); \ 511 - test -f $(DESTDIR)$(localedir)/locale.alias \ 512 - && orig=$(DESTDIR)$(localedir)/locale.alias \ 514 - temp=$(DESTDIR)$(localedir)/t-locale.alias; \ 515 - dest=$(DESTDIR)$(localedir)/locale.alias; \ 565 - $(mkinstalldirs) $(DESTDIR)$(localedir); \ 606 - if test -f $(DESTDIR)$(localedir)/locale.alias; then \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/ |
H A D | colord-native.bb | 39 localedir=`echo ${datadir}/locale | sed 's:${prefix}/::g'` 40 echo "#define LOCALEDIR \"$localedir\"" >> ${B}/config.h
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sdk.py | 103 localedir = oe.path.join(rootfs, self.d.getVar("libdir_nativesdk"), "locale") 104 generate_locale_archive(self.d, rootfs, target_arch, localedir)
|
H A D | package.py | 671 localedir = dvar + localepath 672 if not cpath.isdir(localedir): 677 with os.scandir(localedir) as it:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ |
H A D | 0001-make-Make-CC-weak-assignment.patch | 38 export prefix bindir sharedir sysconfdir gitwebdir localedir
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ |
H A D | 0001-dns_hosts-Fix-build-with-musl.patch | 28 AM_CPPFLAGS = -I$(srcdir) @TIRPC_CFLAGS@ @NSL_CFLAGS@ -DLOCALEDIR=\"$(localedir)\"
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc.inc | 19 libc_cv_localedir=${localedir} \
|
H A D | glibc-locale.inc | 82 copy_locale_files ${localedir} 0644
|
H A D | glibc-package.inc | 73 install -d ${D}${localedir} 243 rm -rf $cleanupdir${localedir}
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | libc-package.bbclass | 68 mkdir -p $treedir/${base_bindir} $treedir/${base_libdir} $treedir/${datadir} $treedir/${localedir} 89 parent=$(dirname ${localedir}) 91 tar -cf - -C $treedir/$parent -p $(basename ${localedir}) | tar -xf - -C ${PKGD}$parent 123 binary_locales_dir = d.getVar('localedir')
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
H A D | build_fixup.patch | 34 …$(DESTDIR)$(localedir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir)/proftpd $(DESTDIR)$(libdir)…
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0013-Ensure-target-gcc-headers-can-be-included.patch | 39 @@ -3199,6 +3200,7 @@ CFLAGS-intl.o += -DLOCALEDIR=\"$(localedir)\"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/ |
H A D | dnsmasq_2.90.bb | 64 -DLOCALEDIR=\"${localedir}\""
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | bitbake.conf | 50 localedir = "${libdir}/locale"
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 393 --localedir=*) quote_sh "-Dlocaledir=$2" ;;
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 4366 -localedir = $(datadir)/locale 4369 -aliaspath = $(localedir):. 4383 -DEFS = -DLOCALEDIR=\"$(localedir)\" -DGNULOCALEDIR=\"$(gnulocaledir)\" \ 5722 localedir = $(datadir)/locale 5731 #DEFS = -DLOCALEDIR=\"$(localedir)\" -DOS=\"@host_os@\" -DCPU=\"@host_cpu@\"
|
/openbmc/qemu/ |
H A D | meson.build | 2378 config_host_data.set_quoted('CONFIG_QEMU_LOCALEDIR', get_option('prefix') / get_option('localedir'))
|