diff options
-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 () { |