[oe] [PATCH] sgmlspl-native: convert to new style staging, remove do_stage()

Noor Ahsan noor_ahsan at mentor.com
Tue Aug 17 06:29:41 UTC 2010


* 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 at mentor.com>
---
 recipes/sgmlspl/sgmlspl-native_1.03ii.bb |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/recipes/sgmlspl/sgmlspl-native_1.03ii.bb b/recipes/sgmlspl/sgmlspl-native_1.03ii.bb
index 36bb366..0a4cd12 100644
--- a/recipes/sgmlspl/sgmlspl-native_1.03ii.bb
+++ b/recipes/sgmlspl/sgmlspl-native_1.03ii.bb
@@ -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"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list