diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-08-01 21:39:13 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-08-01 21:39:13 +0000 |
commit | 4f697ca42208d4af3339f64595a46aa71f26bea1 (patch) | |
tree | 14589ea5a1150b372b66e6ee6d72a37744f08cae /packages/expat/expat_1.95.7.bb | |
parent | 2cefeaab530c24918e5d471c0d7790524c4b7414 (diff) |
Consider i386 when making XMLCALL as decl type.
This fixes gdb build failures on x86_64 host machines.
Diffstat (limited to 'packages/expat/expat_1.95.7.bb')
-rw-r--r-- | packages/expat/expat_1.95.7.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/expat/expat_1.95.7.bb b/packages/expat/expat_1.95.7.bb index a4dda4dcb6..7b48305933 100644 --- a/packages/expat/expat_1.95.7.bb +++ b/packages/expat/expat_1.95.7.bb @@ -1,7 +1,9 @@ require expat.inc -PR = "r1" +PR = "r2" -SRC_URI += "file://autotools.patch;patch=1" +SRC_URI += "file://autotools.patch;patch=1 \ + file://expat-XMLCALL.patch;patch=1 \ + " inherit lib_package |