Fix doc build issue 83/27083/1
authorRonan Le Martret <ronan@fridu.net>
Thu, 4 Sep 2014 08:48:14 +0000 (10:48 +0200)
committerRonan Le Martret <ronan@fridu.net>
Thu, 4 Sep 2014 08:48:14 +0000 (10:48 +0200)
Change-Id: Iada40ce66c9802256976a96b3f3de28faabd2c62
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
recipes-tizen/gpg2/gpg2-extraconf.inc
recipes-tizen/gpg2/gpg2.inc

index c51480b..e598d1b 100644 (file)
@@ -10,3 +10,5 @@ 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"
+
+EXTRA_OECONF += " --disable-doc"
\ No newline at end of file
index e7a8364..1566cd4 100644 (file)
@@ -72,7 +72,6 @@ do_compile() {
   unset DISPLAY
   LD_AS_NEEDED=1; export LD_AS_NEEDED ;
   
-  autoreconf -fi
   # build PIEs (position independent executables) for address space randomisation:
   PIE="-fpie"
   export CFLAGS="$CFLAGS ${PIE}"
@@ -82,13 +81,6 @@ do_compile() {
   
   make -j16
   
-  exit 0
-  make check
-  ${D}${prefix}/bin/gpgsplit -v -p pubsplit-                    --uncompress <tests/openpgp/pubring.gpg
-  ${D}${prefix}/bin/gpgsplit -v -p secsplit- --secret-to-public --uncompress <tests/openpgp/secring.gpg
-  
-  
-  
 }
 EXTRA_OECONF += " --libexecdir=${prefix}/lib --docdir=${prefix}/share/doc/packages/gpg2 --with-agent-pgm=${prefix}/bin/gpg-agent --with-scdaemon-pgm=${prefix}/bin/scdaemon --enable-gpgsm=yes --enable-gpg --with-gnu-ld"
 
@@ -118,8 +110,6 @@ do_install() {
  
  ln -sf gpg2 ${D}${prefix}/bin/gpg
  ln -sf gpgv2 ${D}${prefix}/bin/gpgv
- ln -sf gpg2.1 ${D}${mandir}/man1/gpg.1
- ln -sf gpgv2.1 ${D}${mandir}/man1/gpgv.1
  
  rm -rf ${D}/${prefix}/share/locale/en@{bold,}quot
  
@@ -157,7 +147,6 @@ PACKAGES += " gpg2 "
 gpg2_files = ""
 gpg2_files += "${infodir}/gnupg*"
 gpg2_files += "${prefix}/share/doc/packages/gpg2"
-gpg2_files += "${mandir}/man*/*"
 gpg2_files += "${prefix}/bin/*"
 gpg2_files += "${prefix}/lib/[^d]*"
 gpg2_files += "${prefix}/sbin/addgnupghome"