* 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>
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"
inherit native cpan
-do_install() {
- :
-}
-
-do_stage() {
- oe_runmake install_vendor
-}
-
PACKAGES = "${PN}-dbg "
SRC_URI[md5sum] = "5bcb197fd42e67d51c739b1414d514a7"