update xmlsec1
authorRonan Le Martret <ronan@fridu.net>
Wed, 1 Oct 2014 12:19:35 +0000 (14:19 +0200)
committerRonan Le Martret <ronan@fridu.net>
Wed, 1 Oct 2014 12:19:35 +0000 (14:19 +0200)
Change-Id: I43d33c9f3be8a594bfd3f0374bb4fe8413745be0
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
16 files changed:
recipes-tizen/Modello-Common/Modello-Common.inc
recipes-tizen/dbus-python/dbus-python.inc
recipes-tizen/download-provider/download-provider.inc
recipes-tizen/ecryptfs-utils/ecryptfs-utils.inc
recipes-tizen/efl/efl.inc
recipes-tizen/evolution-data-server/evolution-data-server.inc
recipes-tizen/gobject-introspection/gobject-introspection.inc
recipes-tizen/gpg2/gpg2-extraconf.inc
recipes-tizen/gpg2/gpg2.inc
recipes-tizen/ibus/ibus.inc
recipes-tizen/libsecret/libsecret.inc
recipes-tizen/node-startup-controller/node-startup-controller.inc
recipes-tizen/pkgmgr/pkgmgr.inc
recipes-tizen/rpm/rpm.inc
recipes-tizen/system-server/system-server.inc
recipes-tizen/xmlsec1/xmlsec1.inc

index ef8f179..ef28a26 100644 (file)
@@ -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
  
  
 }
index 0f8a21c..47612e7 100644 (file)
@@ -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}
  
  
  
index ba46d2c..67391a1 100644 (file)
@@ -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
  
  
 }
index 7939b5c..a6fc2ad 100644 (file)
@@ -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}
  
  
  
index eb22aaf..d41fda1 100644 (file)
@@ -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}
  
  
  
index 45164e1..df61d37 100644 (file)
@@ -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
  
index b07dbde..3268c5d 100644 (file)
@@ -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}
  
  
  
index e598d1b..7f7bdaa 100644 (file)
@@ -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
index e7a8364..1061ba7 100644 (file)
@@ -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}
  
  
  
index eae7e8e..427d23b 100644 (file)
@@ -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}
  
  
 }
index 964d7b9..ac543ae 100644 (file)
@@ -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}
  
  
 }
index 6e49cce..f67ac42 100644 (file)
@@ -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}
  
  
 }
index be7fc54..4d08542 100644 (file)
@@ -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}
  
  
 }
index e6896d7..7b74d9c 100644 (file)
@@ -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
  
index 6f3f0c1..d6c8584 100644 (file)
@@ -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}
  
  
  
index f5051da..ba9d65e 100644 (file)
@@ -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}
  
  
 }