diff options
-rw-r--r-- | meta/packages/expat/expat.inc | 4 | ||||
-rw-r--r-- | meta/packages/expat/expat_2.0.0.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/expat/expat.inc b/meta/packages/expat/expat.inc index 62ef253f7..df2243ad0 100644 --- a/meta/packages/expat/expat.inc +++ b/meta/packages/expat/expat.inc @@ -1,5 +1,5 @@ -DESCRIPTION = "Jim Clarkes XML parser library." -HOMEPAGE = "http://expat.sf.net/" +DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)" +HOMEPAGE = "http://expat.sourceforge.net/" SECTION = "libs" LICENSE = "MIT" diff --git a/meta/packages/expat/expat_2.0.0.bb b/meta/packages/expat/expat_2.0.0.bb index 8921db03a..a946d9ab5 100644 --- a/meta/packages/expat/expat_2.0.0.bb +++ b/meta/packages/expat/expat_2.0.0.bb @@ -1,7 +1,7 @@ require expat.inc PR = "r3" -SRC_URI += "file://autotools.patch;patch=1" +SRC_URI += "file://autotools.patch;" inherit lib_package |