expat: revert deletion of do_stage() applied in 133f3abf4845cbe01834a4e1476b5a5ad776ce02
authorRene Wagner <rw@handhelds.org>
Thu, 5 Jan 2006 20:26:12 +0000 (20:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 5 Jan 2006 20:26:12 +0000 (20:26 +0000)
packages/expat/expat_1.95.6.bb

index 4782bcf..a6ac0f5 100644 (file)
@@ -1,6 +1,7 @@
 SECTION = "libs"
 DESCRIPTION = "Jim Clarkes XML parser library."
 LICENSE = "MIT"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz"
 S = "${WORKDIR}/expat-${PV}"
@@ -9,7 +10,8 @@ inherit autotools
 export LTCC = "${CC}"
 
 do_stage () {
-       autotools_stage_all
+       install -m 0644 ${S}/lib/expat.h ${STAGING_INCDIR}/
+       oe_libinstall -so libexpat ${STAGING_LIBDIR}/
 }
 
 do_install () {