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

git version control git at git.openembedded.org
Thu Aug 19 21:17:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 98319485f99a900d3e3b88581c2fcdbad2e47704
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=98319485f99a900d3e3b88581c2fcdbad2e47704

Author: Noor Ahsan <noor_ahsan at mentor.com>
Date:   Mon Aug 16 20:29:41 2010 +0000

sgmlspl-native: convert to new style staging, remove do_stage()

* 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"





More information about the Openembedded-commits mailing list