[oe-commits] org.oe.dev Fetchmail: Correct packaging oversite

mwester commit oe at amethyst.openembedded.net
Tue Jun 17 18:35:14 UTC 2008


Fetchmail: Correct packaging oversite

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: dc80ff7ef30fb0e742800d3342ca5811d15194dc
ViewMTN: http://monotone.openembedded.org/revision/info/dc80ff7ef30fb0e742800d3342ca5811d15194dc
Files:
1
packages/fetchmail/fetchmail_6.3.8.bb
Diffs:

#
# mt diff -re54d885d7030c08ffe6c6249739d3b126b4c68c4 -rdc80ff7ef30fb0e742800d3342ca5811d15194dc
#
#
#
# patch "packages/fetchmail/fetchmail_6.3.8.bb"
#  from [21e5679e7fa133bbf6003b93bc30eafd03755649]
#    to [6a789128113572f654ad3969d3db1e5b310ec06f]
#
============================================================
--- packages/fetchmail/fetchmail_6.3.8.bb	21e5679e7fa133bbf6003b93bc30eafd03755649
+++ packages/fetchmail/fetchmail_6.3.8.bb	6a789128113572f654ad3969d3db1e5b310ec06f
@@ -6,7 +6,7 @@ LICENSE = "GPL"
 
 LICENSE = "GPL"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.tar.gz \
 	   file://CVE-2007-4565.patch;patch=1 \
@@ -14,7 +14,7 @@ inherit autotools gettext
 
 inherit autotools gettext
 
-# Special handling for the fetchmailconf python scripts
+FILES_${PN} = "${bindir}/fetchmail"
 PACKAGES += "${PN}conf"
-FILES_${PN}conf = "${libdir}/python2.5/site-packages/fetchmailconf.py*"
+FILES_${PN}conf = "${libdir}/python2.5/site-packages/fetchmailconf.py* ${bindir}/fetchmailconf"
 rdepends_${PN}conf = "${PN}"






More information about the Openembedded-commits mailing list