| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/ |
| H A D | Makefile.in.in | 29 localedir = @localedir@ 288 dir=$(localedir)/$$lang/LC_MESSAGES; \ 295 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu… 296 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ 297 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ 298 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ 299 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ 302 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ 305 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ 307 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ [all …]
|
| /OK3568_Linux_fs/yocto/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`
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/ |
| H A D | Makefile | 71 localedir ?= /usr/share/locale macro 297 $(INSTALL) -d $(DESTDIR)${localedir} 299 …echo '$(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupow… 300 …$(INSTALL_DATA) -D $(OUTPUT)po/$$HLANG.gmo $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo;… 325 rm -f $(DESTDIR)${localedir}/$$HLANG/LC_MESSAGES/cpupower.mo; \
|
| /OK3568_Linux_fs/buildroot/package/aumix/ |
| H A D | 0001-fix-incorrect-makefile-am.patch | 21 localedir = $(datadir)/locale 22 -INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" -I@includedir@ 23 +INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 97 def generate_locale_archive(d, rootfs, target_arch, localedir): argument 133 env["LOCALEARCHIVE"] = oe.path.join(localedir, "locale-archive") 135 for name in sorted(os.listdir(localedir)): 136 path = os.path.join(localedir, name) 407 localedir = oe.path.join(self.target_rootfs, self.d.getVar("libdir"), "locale") 408 if os.path.exists(localedir) and os.listdir(localedir): 409 generate_locale_archive(self.d, self.target_rootfs, target_arch, localedir)
|
| /OK3568_Linux_fs/yocto/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'))
|
| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/colord/ |
| H A D | colord-native.bb | 41 localedir=`echo ${datadir}/locale | sed 's:${prefix}/::g'` 42 echo "#define LOCALEDIR \"$localedir\"" >> ${B}/config.h
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sdk.py | 101 localedir = oe.path.join(rootfs, self.d.getVar("libdir_nativesdk"), "locale") 102 generate_locale_archive(self.d, rootfs, target_arch, localedir)
|
| /OK3568_Linux_fs/buildroot/package/postgresql/ |
| H A D | pg_config | 50 --localedir)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/ |
| H A D | link-zip.patch | 21 -DLOCALEDIR=\"$(localedir)\"
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | libc-package.bbclass | 62 mkdir -p $treedir/${base_bindir} $treedir/${base_libdir} $treedir/${datadir} $treedir/${localedir} 83 parent=$(dirname ${localedir}) 85 tar -cf - -C $treedir/$parent -p $(basename ${localedir}) | tar -xf - -C ${PKGD}$parent 117 binary_locales_dir = d.getVar('localedir')
|
| /OK3568_Linux_fs/yocto/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)\"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc.inc | 21 libc_cv_localedir=${localedir} \
|
| H A D | glibc-locale.inc | 81 copy_locale_files ${localedir} 0644
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/ |
| H A D | 0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch | 82 @@ -44,7 +44,12 @@ localedir = join_paths(datadir, 'locale')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
| H A D | build_fixup.patch | 34 …$(DESTDIR)$(localedir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir)/proftpd $(DESTDIR)$(libdir)…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0012-Ensure-target-gcc-headers-can-be-included.patch | 39 @@ -3009,6 +3010,7 @@ CFLAGS-intl.o += -DLOCALEDIR=\"$(localedir)\"
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | configure | 791 localedir='${datarootdir}/locale' 946 -localedir | --localedir | --localedi | --localed | --locale) 947 ac_prev=localedir ;; 948 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 949 localedir=$ac_optarg ;; 1180 libdir localedir mandir runstatedir 1340 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 7152 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | Makefile.in | 164 localedir = @localedir@
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/ |
| H A D | Makefile.in | 552 localedir = @localedir@
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Makefile.in | 561 localedir = @localedir@
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0148-templates-Disable-the-os-prober-by-default.patch | 66 @@ -26,7 +26,8 @@ export TEXTDOMAINDIR="@localedir@"
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/ |
| H A D | Makefile.in | 494 localedir = @localedir@
|