diff options
author | Noor Ahsan <noor_ahsan@mentor.com> | 2010-08-16 20:29:41 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-19 23:17:23 +0200 |
commit | 98319485f99a900d3e3b88581c2fcdbad2e47704 (patch) | |
tree | bfd4ccc2727ddd13ea4fea8df2406e8fc4c67bcf /recipes/sgmlspl | |
parent | cede256fbdeac7ac78ad4127ec9212cb8da377a0 (diff) |
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@mentor.com>
Diffstat (limited to 'recipes/sgmlspl')
-rw-r--r-- | 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 36bb3666d8..0a4cd128b8 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" |