mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 00:09:43 +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:
parent
050be51c1d
commit
68a738e538
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user