[oe-commits] org.oe.dev poptop 1.3.4: Remove the wtmp plugin, it's built for the wrong arch. I

lenehan commit openembedded-commits at lists.openembedded.org
Wed Jun 13 10:17:38 UTC 2007


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.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 64e4141742ce7b9bb873c115920491a60d6fd60d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=64e4141742ce7b9bb873c115920491a60d6fd60d
Files:
1
packages/poptop/poptop_1.3.4.bb
Diffs:

#
# mt diff -rc171d0d0f2e589e2e3a6c55f66ce0031df9f686a -r64e4141742ce7b9bb873c115920491a60d6fd60d
#
# 
# 
# patch "packages/poptop/poptop_1.3.4.bb"
#  from [1ac38d86fa64346a7386e8cc706e7adc1c3a3216]
#    to [08c6fe02be6e3e49d92f4f47d6b575fbb859fdc1]
# 
============================================================
--- packages/poptop/poptop_1.3.4.bb	1ac38d86fa64346a7386e8cc706e7adc1c3a3216
+++ packages/poptop/poptop_1.3.4.bb	08c6fe02be6e3e49d92f4f47d6b575fbb859fdc1
@@ -8,7 +8,7 @@ RDEPENDS_${PN}-logwtmp-plugin = "${PN}"
 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"






More information about the Openembedded-commits mailing list