Home
last modified time | relevance | path

Searched refs:localedir (Results 1 – 25 of 133) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/
H A DMakefile.in.in29 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 Dadd-with-bisonlocaledir.patch8 '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 DMakefile71 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 D0001-fix-incorrect-makefile-am.patch21 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__.py97 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 D0001-Make-python-path-configurable.patch25 localedir = join_paths(prefix, get_option('localedir'))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch238 -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 Dcolord-native.bb41 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 Dsdk.py101 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 Dpg_config50 --localedir)
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/
H A Dlink-zip.patch21 -DLOCALEDIR=\"$(localedir)\"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/
H A D0001-make-Make-CC-weak-assignment.patch38 export prefix bindir sharedir sysconfdir gitwebdir localedir
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlibc-package.bbclass62 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 D0001-dns_hosts-Fix-build-with-musl.patch28 AM_CPPFLAGS = -I$(srcdir) @TIRPC_CFLAGS@ @NSL_CFLAGS@ -DLOCALEDIR=\"$(localedir)\"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc.inc21 libc_cv_localedir=${localedir} \
H A Dglibc-locale.inc81 copy_locale_files ${localedir} 0644
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/
H A D0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch82 @@ -44,7 +44,12 @@ localedir = join_paths(datadir, 'locale')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dbuild_fixup.patch34 …$(DESTDIR)$(localedir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir)/proftpd $(DESTDIR)$(libdir)…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0012-Ensure-target-gcc-headers-can-be-included.patch39 @@ -3009,6 +3010,7 @@ CFLAGS-intl.o += -DLOCALEDIR=\"$(localedir)\"
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfigure791 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 DMakefile.in164 localedir = @localedir@
/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A DMakefile.in552 localedir = @localedir@
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMakefile.in561 localedir = @localedir@
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0148-templates-Disable-the-os-prober-by-default.patch66 @@ -26,7 +26,8 @@ export TEXTDOMAINDIR="@localedir@"
/OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/
H A DMakefile.in494 localedir = @localedir@

123456