From patchwork Thu Oct 27 22:06:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,05/18] at: fix QA Packaging issues Date: Thu, 27 Oct 2011 22:06:25 -0000 From: Saul Wold X-Patchwork-Id: 13929 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Saul Wold --- meta/recipes-extended/at/at_3.1.12.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb index 30fdb68..f2017b7 100644 --- a/meta/recipes-extended/at/at_3.1.12.bb +++ b/meta/recipes-extended/at/at_3.1.12.bb @@ -11,7 +11,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" RCONFLICTS_${PN} = "atd" RREPLACES_${PN} = "atd" -PR = "r6" +PR = "r7" SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ file://configure.patch \ @@ -50,6 +50,8 @@ do_install () { install -d ${D}${sysconfdir}/rcS.d install -m 0755 ${WORKDIR}/S99at ${D}${sysconfdir}/init.d/atd ln -sf ../init.d/atd ${D}${sysconfdir}/rcS.d/S99at + cp -r ${D}/usr/doc/at ${D}${docdir}/ + rm -rf ${D}/usr/doc for feature in ${DISTRO_FEATURES}; do if [ "$feature" = "pam" ]; then