summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-07-03 15:23:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-08 00:01:23 +0100
commitc4437f17806c10f619cd7bfe699bf122b7f2bde9 (patch)
tree2ae6fea0c2f32c2d64909116504f5b04958f67b5 /meta/recipes-devtools
parent44544fca58043c1f7f9cad6d9c288ff18bce99fc (diff)
downloadpoky-c4437f17806c10f619cd7bfe699bf122b7f2bde9.tar.gz
Update alternatives of man pages
Update alternatives of man pages in several packages. (From OE-Core rev: 2cff20f423fb9e82b44c68504be605c223bd74fb) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb6
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb6
2 files changed, 11 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
index b3540887f3..70085e3dfc 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
@@ -91,6 +91,12 @@ ALTERNATIVE_PRIORITY = "100"
91ALTERNATIVE_LINK_NAME[chattr] = "${base_bindir}/chattr" 91ALTERNATIVE_LINK_NAME[chattr] = "${base_bindir}/chattr"
92ALTERNATIVE_TARGET[chattr] = "${base_bindir}/chattr.e2fsprogs" 92ALTERNATIVE_TARGET[chattr] = "${base_bindir}/chattr.e2fsprogs"
93 93
94ALTERNATIVE_${PN}-doc = "libblkid.3 blkid.8 findfs.8 fsck.8"
95ALTERNATIVE_LINK_NAME[libblkid.3] = "${mandir}/man3/libblkid.3"
96ALTERNATIVE_LINK_NAME[blkid.8] = "${mandir}/man8/blkid.8"
97ALTERNATIVE_LINK_NAME[findfs.8] = "${mandir}/man8/findfs.8"
98ALTERNATIVE_LINK_NAME[fsck.8] = "${mandir}/man8/fsck.8"
99
94inherit ptest 100inherit ptest
95SRC_URI += "file://run-ptest" 101SRC_URI += "file://run-ptest"
96SRC_URI += "file://ptest.patch" 102SRC_URI += "file://ptest.patch"
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
index 160990c142..33bed75321 100644
--- a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
@@ -32,7 +32,7 @@ SRC_URI[sha256sum] = "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f
32 32
33S = "${WORKDIR}/uuid-${PV}" 33S = "${WORKDIR}/uuid-${PV}"
34 34
35inherit autotools 35inherit autotools update-alternatives
36 36
37EXTRA_OECONF = "--without-dce --without-cxx --without-perl --without-perl-compat --without-php --without-pgsql" 37EXTRA_OECONF = "--without-dce --without-cxx --without-perl --without-perl-compat --without-php --without-pgsql"
38EXTRA_OECONF = "--includedir=${includedir}/ossp" 38EXTRA_OECONF = "--includedir=${includedir}/ossp"
@@ -57,3 +57,7 @@ FILES_${PN} = "${libdir}/libossp-uuid.so.16*"
57FILES_${PN}-dev += "${bindir}/uuid-config" 57FILES_${PN}-dev += "${bindir}/uuid-config"
58 58
59BBCLASSEXTEND = "native nativesdk" 59BBCLASSEXTEND = "native nativesdk"
60
61ALTERNATIVE_${PN}-doc = "uuid.3"
62ALTERNATIVE_PRIORITY_${PN}-doc = "200"
63ALTERNATIVE_LINK_NAME[uuid.3] = "${mandir}/man3/uuid.3"