diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-01 12:01:37 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-01 12:01:37 +0000 |
commit | b52590ccfafde1061f95a73f1f2604e0b3fff441 (patch) | |
tree | 886c644f5929618eb293191773977ce7514ff9a0 /expat | |
parent | 54c8bdf82ab5b494b0c07e13b286a21c5cf1aa2e (diff) |
expat-patch
BKrev: 406c04a1CdOXhJIwh1Iics9Irz5c4g
Diffstat (limited to 'expat')
-rw-r--r-- | expat/expat_1.95.7.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/expat/expat_1.95.7.oe b/expat/expat_1.95.7.oe index 60bc9af783..546d151d86 100644 --- a/expat/expat_1.95.7.oe +++ b/expat/expat_1.95.7.oe @@ -1,11 +1,10 @@ DESCRIPTION = "Jim Clarkes XML parser library." DEPENDS = "virtual/libc" -RDEPENDS = "libc6" SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz" S = "${WORKDIR}/expat-${PV}" -inherit autotools libtool +inherit autotools libtool lib_package export LTCC = "${CC}" do_stage () { |