cp -r css ${D}${prefix}/share/Modello/Common/
cp -r js ${D}${prefix}/share/Modello/Common/
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D}${prefix}/share |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}${prefix}/share
}
find ${D} -regex ".*/man/man./.*.[0-9]" | xargs rm -f --
find ${D} -regex ".*/man/../man./.*.[0-9]" | xargs rm -f --
find ${D} -regex ".*/man/man./.*.[0-9]pm" | xargs rm -f --
-
- _target="";
- _symlinks=0;
- _symlinks=1;
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes -s ${D}
#find_lang download-provider
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D}${prefix}/share/locale |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}${prefix}/share/locale
}
#find_lang ecryptfs-utils
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
rm -rf ${D}${prefix}/lib/ecore/system/upower
#find_lang efl
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
mkdir -p ${D}/${prefix}/share/help
#find_lang evolution-data-server-3.12
mv evolution-data-server-3.12.lang evolution-data-server.lang
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
#lang_package
# comparing, if we provide all the symbols expected.
ls ${D}${prefix}/lib/girepository-1.0/*.typelib | sh ${S}/packaging/gi-find-deps.sh -P > gobject-introspection-typelib.installed
diff -s ${S}/packaging/gobject-introspection-typelib.template gobject-introspection-typelib.installed
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
SRC_URI += " file://0002-Do-not-set-gcrypt-thread-callback.patch "
SRC_URI += " file://0003-Remove-obsolete-function-gcry_md_start_debug.patch "
-gpg2_files += "/usr/lib/gpg2keys_kdns"
-gpg2_files += "/usr/lib/gpg-protect-tool"
-gpg2_files += "/usr/lib/gpg-check-pattern"
-gpg2_files += "/usr/lib/gpg2keys_finger"
-gpg2_files += "/usr/lib/gnupg-pcsc-wrapper"
-gpg2_files += "/usr/lib/gpg2keys_hkp"
-gpg2_files += "/usr/lib/gpg2keys_curl"
-gpg2_files += "/usr/lib/gpg-preset-passphrase"
+gpg2_files += "/usr/lib/*"
-EXTRA_OECONF += " --disable-doc"
\ No newline at end of file
#find_lang gnupg2
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
#find_lang ibus10
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
}
find ${D} -regex ".*\.a$" | xargs rm -f --
#find_lang libsecret
rm -rf ${D}${prefix}/share/locales/*
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
}
find ${D} -regex ".*\.la$" | xargs rm -f --
find ${D} -regex ".*\.a$" | xargs rm -f --
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
}
#find_lang package-manager
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
}
rm -f ${D}${prefix}/lib/*.la
rm -f ${D}${prefix}/lib/rpm-plugins/*.la
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D}${prefix}/lib/rpm/platform |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}${prefix}/lib/rpm/platform
sh ${D}${prefix}/lib/rpm/find-lang.sh ${D} rpm
install -m 0644 ${S}/packaging/zbooting-done.service ${D}${systemd_unitdir}/system/zbooting-done.service
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
find ${D} -regex ".*/man/../man./.*.[0-9]" | xargs rm -f --
find ${D} -regex ".*/man/man./.*.[0-9]pm" | xargs rm -f --
-
- _target="";
- _symlinks=0;
-
- fdupes -q -n -r ${D} |
- while read _file; do
- if test -z "$_target" ; then
- _target="$_file";
- else
- if test -z "$_file" ; then
- _target="";
- continue ;
- fi ;
- if test "$_symlinks" = 1; then
- ln -sf "${_target#${D}}" "$_file";
- else
- ln -f "$_target" "$_file";
- fi ;
- fi ;
- done
+ #fdupes ${D}
}