diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-06-13 10:11:09 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-06-13 10:11:09 +0000 |
commit | 28ca62fc66a15d032257ad50ee0540b6eb3e5eaa (patch) | |
tree | 85176b1bdf0c6411af8fece5ad4099f289f76e0a /packages | |
parent | b349242785e44742d96bc3165b31a8f65eb56ecd (diff) |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/poptop/poptop_1.3.4.bb | 7 |
1 files changed, 4 insertions, 3 deletions
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" |