]> code.ossystems Code Review - openembedded-core.git/commitdiff
expat: fix metadata
authorKevin Tian <kevin.tian@intel.com>
Wed, 30 Jun 2010 08:51:51 +0000 (16:51 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 30 Jun 2010 22:44:29 +0000 (15:44 -0700)
Signed-off-by Kevin Tian <kevin.tian@intel.com>

meta/packages/expat/expat.inc
meta/packages/expat/expat_2.0.0.bb

index 62ef253f7712ac9a4f208f6a676f3e3336973023..df2243ad0d9546f2fc386dfc47244726dd834e46 100644 (file)
@@ -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"
 
index 8921db03a440a6abe980986a8d1269f0ab380aa5..a946d9ab5076c25446763f5d2ba4697365d746f4 100644 (file)
@@ -1,7 +1,7 @@
 require expat.inc
 PR = "r3"
 
-SRC_URI += "file://autotools.patch;patch=1"
+SRC_URI += "file://autotools.patch;"
 
 inherit lib_package