From: Ronan Le Martret Date: Wed, 1 Oct 2014 12:19:35 +0000 (+0200) Subject: update xmlsec1 X-Git-Tag: ivi_rev_0.2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24edf7aa94a5a5e8d9304f0d8cfec94722b22a41;p=scm%2Fbb%2Fmeta-tizen.git update xmlsec1 Change-Id: I43d33c9f3be8a594bfd3f0374bb4fe8413745be0 Signed-off-by: Ronan Le Martret --- diff --git a/recipes-tizen/Modello-Common/Modello-Common.inc b/recipes-tizen/Modello-Common/Modello-Common.inc index ef8f179..ef28a26 100644 --- a/recipes-tizen/Modello-Common/Modello-Common.inc +++ b/recipes-tizen/Modello-Common/Modello-Common.inc @@ -63,26 +63,7 @@ do_install() { 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 } diff --git a/recipes-tizen/dbus-python/dbus-python.inc b/recipes-tizen/dbus-python/dbus-python.inc index 0f8a21c..47612e7 100644 --- a/recipes-tizen/dbus-python/dbus-python.inc +++ b/recipes-tizen/dbus-python/dbus-python.inc @@ -100,26 +100,7 @@ do_install() { 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} diff --git a/recipes-tizen/download-provider/download-provider.inc b/recipes-tizen/download-provider/download-provider.inc index ba46d2c..67391a1 100644 --- a/recipes-tizen/download-provider/download-provider.inc +++ b/recipes-tizen/download-provider/download-provider.inc @@ -140,26 +140,7 @@ do_install() { #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 } diff --git a/recipes-tizen/ecryptfs-utils/ecryptfs-utils.inc b/recipes-tizen/ecryptfs-utils/ecryptfs-utils.inc index 7939b5c..a6fc2ad 100644 --- a/recipes-tizen/ecryptfs-utils/ecryptfs-utils.inc +++ b/recipes-tizen/ecryptfs-utils/ecryptfs-utils.inc @@ -108,26 +108,7 @@ do_install() { #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} diff --git a/recipes-tizen/efl/efl.inc b/recipes-tizen/efl/efl.inc index eb22aaf..d41fda1 100644 --- a/recipes-tizen/efl/efl.inc +++ b/recipes-tizen/efl/efl.inc @@ -412,26 +412,7 @@ do_install() { 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} diff --git a/recipes-tizen/evolution-data-server/evolution-data-server.inc b/recipes-tizen/evolution-data-server/evolution-data-server.inc index 45164e1..df61d37 100644 --- a/recipes-tizen/evolution-data-server/evolution-data-server.inc +++ b/recipes-tizen/evolution-data-server/evolution-data-server.inc @@ -169,26 +169,7 @@ do_install() { 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 diff --git a/recipes-tizen/gobject-introspection/gobject-introspection.inc b/recipes-tizen/gobject-introspection/gobject-introspection.inc index b07dbde..3268c5d 100644 --- a/recipes-tizen/gobject-introspection/gobject-introspection.inc +++ b/recipes-tizen/gobject-introspection/gobject-introspection.inc @@ -117,26 +117,7 @@ do_install() { # 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} diff --git a/recipes-tizen/gpg2/gpg2-extraconf.inc b/recipes-tizen/gpg2/gpg2-extraconf.inc index e598d1b..7f7bdaa 100644 --- a/recipes-tizen/gpg2/gpg2-extraconf.inc +++ b/recipes-tizen/gpg2/gpg2-extraconf.inc @@ -2,13 +2,5 @@ SRC_URI += " file://0001-Update-autoconf-macros.patch " 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 diff --git a/recipes-tizen/gpg2/gpg2.inc b/recipes-tizen/gpg2/gpg2.inc index e7a8364..1061ba7 100644 --- a/recipes-tizen/gpg2/gpg2.inc +++ b/recipes-tizen/gpg2/gpg2.inc @@ -125,26 +125,7 @@ do_install() { #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} diff --git a/recipes-tizen/ibus/ibus.inc b/recipes-tizen/ibus/ibus.inc index eae7e8e..427d23b 100644 --- a/recipes-tizen/ibus/ibus.inc +++ b/recipes-tizen/ibus/ibus.inc @@ -110,26 +110,7 @@ do_install() { #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} } diff --git a/recipes-tizen/libsecret/libsecret.inc b/recipes-tizen/libsecret/libsecret.inc index 964d7b9..ac543ae 100644 --- a/recipes-tizen/libsecret/libsecret.inc +++ b/recipes-tizen/libsecret/libsecret.inc @@ -105,26 +105,7 @@ do_install() { 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} } diff --git a/recipes-tizen/node-startup-controller/node-startup-controller.inc b/recipes-tizen/node-startup-controller/node-startup-controller.inc index 6e49cce..f67ac42 100644 --- a/recipes-tizen/node-startup-controller/node-startup-controller.inc +++ b/recipes-tizen/node-startup-controller/node-startup-controller.inc @@ -89,26 +89,7 @@ do_install() { 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} } diff --git a/recipes-tizen/pkgmgr/pkgmgr.inc b/recipes-tizen/pkgmgr/pkgmgr.inc index be7fc54..4d08542 100644 --- a/recipes-tizen/pkgmgr/pkgmgr.inc +++ b/recipes-tizen/pkgmgr/pkgmgr.inc @@ -154,26 +154,7 @@ do_install() { #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} } diff --git a/recipes-tizen/rpm/rpm.inc b/recipes-tizen/rpm/rpm.inc index e6896d7..7b74d9c 100644 --- a/recipes-tizen/rpm/rpm.inc +++ b/recipes-tizen/rpm/rpm.inc @@ -228,26 +228,7 @@ do_install() { 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 diff --git a/recipes-tizen/system-server/system-server.inc b/recipes-tizen/system-server/system-server.inc index 6f3f0c1..d6c8584 100644 --- a/recipes-tizen/system-server/system-server.inc +++ b/recipes-tizen/system-server/system-server.inc @@ -220,26 +220,7 @@ do_install() { 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} diff --git a/recipes-tizen/xmlsec1/xmlsec1.inc b/recipes-tizen/xmlsec1/xmlsec1.inc index f5051da..ba9d65e 100644 --- a/recipes-tizen/xmlsec1/xmlsec1.inc +++ b/recipes-tizen/xmlsec1/xmlsec1.inc @@ -119,26 +119,7 @@ do_install() { 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} }