summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-14 00:39:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 13:03:12 +0000
commit361d3b971a78f760c74f8d1189b29b68dc90fa8f (patch)
tree99dc304997a615e569de13fad3661645ef8e4772 /meta/recipes-extended/man
parentb14581479f1f93140c32594c52e35532b4841acc (diff)
downloadpoky-361d3b971a78f760c74f8d1189b29b68dc90fa8f.tar.gz
man: fix configure issue to solve warnings
WARNING: For recipe man, the following files/directories were installed but not shipped in any package: WARNING: /intel WARNING: /intel/poky WARNING: /intel/poky/builds WARNING: /intel/poky/builds/world WARNING: /intel/poky/builds/world/tmp WARNING: /intel/poky/builds/world/tmp/work WARNING: /intel/poky/builds/world/tmp/work/i586-poky-linux WARNING: /intel/poky/builds/world/tmp/work/i586-poky-linux/man-1.6f-r1 WARNING: /intel/poky/builds/world/tmp/work/i586-poky-linux/man-1.6f-r1/image WARNING: /intel/poky/builds/world/tmp/work/i586-poky-linux/man-1.6f-r1/image/etc WARNING: /intel/poky/builds/world/tmp/work/i586-poky-linux/man-1.6f-r1/image/etc/man.config (From OE-Core rev: d90eadccdb5a2f0fddc79dbdcec80b5f3f7908c8) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man')
-rw-r--r--meta/recipes-extended/man/man_1.6f.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb
index c98c920a63..ee3d648fa5 100644
--- a/meta/recipes-extended/man/man_1.6f.bb
+++ b/meta/recipes-extended/man/man_1.6f.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "A set of documentation tools: man, apropos and whatis"
3SECTION = "console/utils" 3SECTION = "console/utils"
4HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" 4HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6PR = "r1" 6PR = "r2"
7 7
8DEPENDS = "groff less" 8DEPENDS = "groff less"
9 9
@@ -42,7 +42,7 @@ SRC_URI[sha256sum] = "9f208c7e1981371ad4481d6e6c2c566bc726a15778723f94136d220fb9
42 42
43 43
44do_configure () { 44do_configure () {
45 ${S}/configure -default -confdir ${D}/etc +sgid +fhs +lang all 45 ${S}/configure -default -confdir /etc +sgid +fhs +lang all
46} 46}
47 47
48 48