sgmlspl-native: convert to new style staging, remove do_stage()
authorNoor Ahsan <noor_ahsan@mentor.com>
Mon, 16 Aug 2010 20:29:41 +0000 (20:29 +0000)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 19 Aug 2010 21:17:23 +0000 (23:17 +0200)
* Remove do_stage() from the recipe. The cpan_do_install () replaces the do_stage () of the recipe.
* Bump PR to "r1"

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
recipes/sgmlspl/sgmlspl-native_1.03ii.bb

index 36bb366..0a4cd12 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "A simple post-processor for SGMLS and NSGMLS"
 HOMEPAGE = "http://search.cpan.org/src/DMEGG/SGMLSpm-1.03ii/DOC/HTML/SGMLSpm/sgmlspm.html"
 SECTION = "libs"
 LICENSE = "GPL"
+PR = "r1"
 
 SRC_URI = "http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-${PV}.tar.gz \
           file://combined.patch"
@@ -10,14 +11,6 @@ S = "${WORKDIR}/SGMLSpm"
 
 inherit native cpan
 
-do_install() {
-  :
-}
-
-do_stage() {
-  oe_runmake install_vendor
-}
-
 PACKAGES = "${PN}-dbg  "
 
 SRC_URI[md5sum] = "5bcb197fd42e67d51c739b1414d514a7"