aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/proftpd
AgeCommit message (Collapse)Author
2012-12-05proftpd: conditionally remove /usr/libexecKevin Strasser
As of poky commit id 1d18224b24a515a07170ce36dbd725cb203d3300 libexecdir has been changed to ${libdir}/${BPN} which is typically /usr/lib. This change introduces a check to see if /usr/libexec is being used before attempting to remove it. Fixes [YOCTO #3504] Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-10-28proftpd: add initscript and tidy up recipePaul Eggleton
* Add initscript, borrowed from Debian with some modifications for compatibility * Use autotools.bbclass and remove unnecessary configure options * Use useradd.bbclass to add ftp user/group * PARALLEL_MAKE = "" is no longer needed, the bug was fixed in 1.3.3c * Set SUMMARY (which sets DESCRIPTION) and base it on the short description from the website * Add HOMEPAGE * Add/fix description in some patches and improve recipe indentation * Remove unnecessary chown of proftpd binary in postinst script Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-27proftpd: remove unused directories after installKevin Strasser
Some of the directories that are created during installation are left empty and not shipped in the image. Removing them clears up the following QA warning: "WARNING: QA Issue: proftpd: Files/directories were installed but not shipped /usr/libexec /usr/lib/proftpd /usr/share/locale" Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-13proftpd: update package to 1.3.4bKevin Strasser
The contrib directory now contains its own Makefile which is used during installation. It was required to pass DESTDIR through when it gets called from the base Makefile. LIC_FILES_CHKSUM needed to be changed because the street address for the FSF was updated in the license. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-07-10meta-baryon: update proftpd SRC_URIKevin Strasser
ftp.nl.uu.net is no longer hosting the proftpd package. Signed-off-by: Kevin Strasser <kevin.strasser@intel.com>
2011-11-08proftpd: port the recipe from OEDexuan Cui
The original link is at http://git.openembedded.org/openembedded/tree/recipes/proftpd/. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>