diff options
Diffstat (limited to 'recipes')
-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" |