diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-26 21:43:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:02:39 +0000 |
commit | f3487717ae3b7f9256a3e3cc78be331e424ec457 (patch) | |
tree | edee87805129d7e53e62620ca0c5c3b6152f39c9 /meta/recipes-extended/at | |
parent | 1f55db4936b43e2fd3e50f99815b547e3c5e8010 (diff) | |
download | openembedded-core-contrib-f3487717ae3b7f9256a3e3cc78be331e424ec457.tar.gz |
at: fix QA Packaging issues
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/at')
-rw-r--r-- | 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 30fdb68f36c..f2017b77f9a 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 |