diff options
author | Kai Kang <kai.kang@windriver.com> | 2015-07-03 15:23:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-07 23:57:13 +0100 |
commit | 2cff20f423fb9e82b44c68504be605c223bd74fb (patch) | |
tree | 55e1b55ade7ed41488b812e331faa8cec3781626 /meta/recipes-devtools/ossp-uuid | |
parent | b493467d77081becfc419dff817d28a171736924 (diff) | |
download | openembedded-core-2cff20f423fb9e82b44c68504be605c223bd74fb.tar.gz openembedded-core-2cff20f423fb9e82b44c68504be605c223bd74fb.tar.bz2 openembedded-core-2cff20f423fb9e82b44c68504be605c223bd74fb.zip |
Update alternatives of man pages
Update alternatives of man pages in several packages.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid')
-rw-r--r-- | meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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 S = "${WORKDIR}/uuid-${PV}" -inherit autotools +inherit autotools update-alternatives EXTRA_OECONF = "--without-dce --without-cxx --without-perl --without-perl-compat --without-php --without-pgsql" EXTRA_OECONF = "--includedir=${includedir}/ossp" @@ -57,3 +57,7 @@ FILES_${PN} = "${libdir}/libossp-uuid.so.16*" FILES_${PN}-dev += "${bindir}/uuid-config" BBCLASSEXTEND = "native nativesdk" + +ALTERNATIVE_${PN}-doc = "uuid.3" +ALTERNATIVE_PRIORITY_${PN}-doc = "200" +ALTERNATIVE_LINK_NAME[uuid.3] = "${mandir}/man3/uuid.3" |