summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/man-pages/man-pages_2.79.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/man-pages/man-pages_2.79.bb b/packages/man-pages/man-pages_2.79.bb
index 18cfc1737e..ab7da8c965 100644
--- a/packages/man-pages/man-pages_2.79.bb
+++ b/packages/man-pages/man-pages_2.79.bb
@@ -2,6 +2,9 @@ SECTION = "base"
DESCRIPTION = "base set of man pages."
LICENSE = "GPL"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/docs/man-pages/Archive/man-pages-${PV}.tar.bz2"
+PR = "r1"
+RRECOMMENDS = "man"
+PACKAGE_ARCH = "all"
EXTRA_OEMAKE = ""
do_compile () {
@@ -9,7 +12,8 @@ do_compile () {
}
do_install () {
- oe_runmake 'prefix=${D}' install
+ oe_runmake 'DESTDIR=${D}' install
}
FILES_${PN} = "*"
+FILES_${PN}-doc = ""