mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libgcrypt: Fix unpackaged file warning
WARNING: For recipe libgcrypt, the following files/directories were installed but not shipped in any package: WARNING: /usr/sbin (From OE-Core rev: db3d5baa07ce8c81d229fdea4d80671768efa7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -21,6 +21,9 @@ EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
|
||||
do_install_append() {
|
||||
install -d ${D}/${libdir}/pkgconfig
|
||||
install -m 0644 ${S}/src/libgcrypt.pc ${D}/${libdir}/pkgconfig/
|
||||
|
||||
# Remove empty sbin directory since we don't build the daemon that would install there
|
||||
rmdir ${D}${sbindir}
|
||||
}
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
Reference in New Issue
Block a user