[oe-commits] org.oe.dev zziplib: Added patch to disable non-compiling test.

thebohemian commit openembedded-commits at lists.openembedded.org
Wed Feb 20 11:42:44 UTC 2008


zziplib: Added patch to disable non-compiling test.

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: 985da843108cf6ed11892842f921418171e3d429
ViewMTN: http://monotone.openembedded.org/revision/info/985da843108cf6ed11892842f921418171e3d429
Files:
1
packages/zziplib/files/zziplib-0.10-disable-test.patch
packages/zziplib/zziplib_0.10.82.bb
Diffs:

#
# mt diff -r934db2068b3625b3381fbf5d7c8e56892a037dd7 -r985da843108cf6ed11892842f921418171e3d429
#
# 
# 
# add_file "packages/zziplib/files/zziplib-0.10-disable-test.patch"
#  content [10e988637c7b16ec0764d5e3807f35df8088692a]
# 
# patch "packages/zziplib/zziplib_0.10.82.bb"
#  from [3ef3b282e067cb7810bfe03a6d1e3bc6adc556e1]
#    to [d14e1253b687d405b70b234c723cb720e6bffb99]
# 
============================================================
--- packages/zziplib/files/zziplib-0.10-disable-test.patch	10e988637c7b16ec0764d5e3807f35df8088692a
+++ packages/zziplib/files/zziplib-0.10-disable-test.patch	10e988637c7b16ec0764d5e3807f35df8088692a
@@ -0,0 +1,13 @@
+Index: zziplib-0.10.82/bins/zziptest.c
+===================================================================
+--- zziplib-0.10.82.orig/bins/zziptest.c	2008-02-20 12:10:35.000000000 +0100
++++ zziplib-0.10.82/bins/zziptest.c	2008-02-20 12:10:44.000000000 +0100
+@@ -52,7 +52,7 @@
+         }
+     } printf("OK.\n");
+   
+-#if 1
++#if 0
+     printf("{check...\n");
+     { struct zzip_dir_hdr * hdr = dir->hdr0;
+     
============================================================
--- packages/zziplib/zziplib_0.10.82.bb	3ef3b282e067cb7810bfe03a6d1e3bc6adc556e1
+++ packages/zziplib/zziplib_0.10.82.bb	d14e1253b687d405b70b234c723cb720e6bffb99
@@ -1,3 +1,5 @@ require zziplib.inc
 require zziplib.inc
 
+SRC_URI += "file://zziplib-0.10-disable-test.patch;patch=1"
+
 PR = "r1"






More information about the Openembedded-commits mailing list