Kindly ping
And why have this change:
In old version of man-pages's README, it mentioned:
Note that sometimes these pages are duplicates of pages also distributed
in other
packages. Be careful not to overwrite more up-to-date versions.
So we set man-pages to lower priority, so the doc in the related
packages are used.
And if we delete them from man-pages recipes, it will make man-pages
missing these docs
when eg: libcrypt-doc is not installed.
in man-pages recipe, ALTERNATIVE_PRIORITY set to 100. So I send an V2 to
update
ALTERNATIVE_PRIORITY of libcrypt-doc to 200.
Regards
Changqing
On 12/6/23 13:34, Changqing Li wrote:
From: Changqing Li <[email protected]>
To fix:
Error: Transaction test error:
file /usr/share/man/man3/crypt.3 from install of
libcrypt-doc-4.4.33-r0.x86_64 conflicts with file from package
man-pages-6.04-r0.x86_64
Signed-off-by: Changqing Li <[email protected]>
---
meta/recipes-core/libxcrypt/libxcrypt.inc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc
b/meta/recipes-core/libxcrypt/libxcrypt.inc
index ba93d91aef..1a45df2618 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.inc
+++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM =
"file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
"
-inherit autotools pkgconfig
+inherit autotools pkgconfig update-alternatives
SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https"
SRCREV = "f531a36aa916a22ef2ce7d270ba381e264250cbf"
@@ -26,4 +26,9 @@ CPPFLAGS:append:class-nativesdk = " -Wno-error"
API = "--disable-obsolete-api"
EXTRA_OECONF += "${API}"
+ALTERNATIVE_PRIORITY = "200"
+ALTERNATIVE:${PN}-doc = "crypt.3 crypt_r.3"
+ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3"
+ALTERNATIVE_LINK_NAME[crypt_r.3] = "${mandir}/man3/crypt_r.3"
+
BBCLASSEXTEND = "native nativesdk"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#192689):
https://lists.openembedded.org/g/openembedded-core/message/192689
Mute This Topic: https://lists.openembedded.org/mt/103008188/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-