mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
python-pycurl: fix packaging warnings
This commit fixes these packaging warnings: WARNING: For recipe python-pycurl, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/share PR not bumber because no change in the output packages. (From OE-Core rev: 4b646d9e9076137e33b7541d249c1dd6351cc62c) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
007ff7b5d3
commit
4fa8a67aa7
@@ -29,3 +29,7 @@ export STAGING_INCDIR
|
||||
export STAGING_LIBDIR
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
do_install_append() {
|
||||
rm -rf ${D}${datadir}/share
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user