From: Jamie Lenehan Date: Wed, 13 Jun 2007 10:11:09 +0000 (+0000) Subject: poptop 1.3.4: Remove the wtmp plugin, it's built for the wrong arch. I X-Git-Tag: Release-2010-05/1~8868^2~393^2~3^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28ca62fc66a15d032257ad50ee0540b6eb3e5eaa;p=openembedded.git poptop 1.3.4: Remove the wtmp plugin, it's built for the wrong arch. I suspect this will close #2479 which looks to be this issue combined with insane.bbclass. --- diff --git a/packages/poptop/poptop_1.3.4.bb b/packages/poptop/poptop_1.3.4.bb index 9e4f31764f..5c6a71bb2e 100644 --- a/packages/poptop/poptop_1.3.4.bb +++ b/packages/poptop/poptop_1.3.4.bb @@ -8,7 +8,7 @@ SECTION = "network" LICENSE = "GPL" RDEPENDS_${PN} = "ppp" RDEPENDS_${PN}-logwtmp-plugin = "${PN}" -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/poptop/pptpd-${PV}.tar.gz \ file://fix-plugins-install.patch;patch=1 \ @@ -26,12 +26,13 @@ do_install_append() { install -d ${D}${sbindir} ${D}/${sysconfdir} ${D}/${sysconfdir}/ppp install -m 0644 samples/options.pptpd ${D}/${sysconfdir}/ppp/ install -m 0644 samples/pptpd.conf ${D}/${sysconfdir}/ + # broken + rm -f ${D}${libdir}/pptpd/pptpd-logwtmp.so } -PACKAGES = "${PN}-dbg ${PN}-bcrelay ${PN}-logwtmp-plugin ${PN} ${PN}-doc" +PACKAGES = "${PN}-dbg ${PN}-bcrelay ${PN} ${PN}-doc" FILES_${PN}-bcrelay = "${sbindir}/bcrelay" -FILES_${PN}-logwtmp-plugin = "${libdir}/pptpd/pptpd-logwtmp.so" CONFFILES_${PN} = "${sysconfdir}/pptpd.conf \ ${sysconfdir}/ppp/options.pptpd"