diff options
Diffstat (limited to 'expat/expat-1.95.6.oe')
-rw-r--r-- | expat/expat-1.95.6.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/expat/expat-1.95.6.oe b/expat/expat-1.95.6.oe index 07833713ba..99e43f26b8 100644 --- a/expat/expat-1.95.6.oe +++ b/expat/expat-1.95.6.oe @@ -2,8 +2,7 @@ DESCRIPTION = Jim Clarkes XML parser library. DEPENDS = virtual/libc RDEPENDS = libc6 -SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \ - file://${FILESDIR}/buildsystem.patch;patch=1 +SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz S = "${WORKDIR}/${P}" inherit autotools libtool |