From: Robert Yang <[email protected]> The gnulib has sources, so we can't delete do_deploy_archives, the commit which deleted it said:
""" commit 32d29814278262005ef9bd691178c68b8cb1e000 Author: leimaohui <[email protected]> Date: Fri Aug 3 16:32:33 2018 +0800 Fix bug when inherit archiver. """ I tried the following build: ARCHIVER_MODE[src] = "original" ARCHIVER_MODE[src] = "patched" ARCHIVER_MODE[src] = "configured" ARCHIVER_MODE[src] = "mirror" The bug should be fixed during the past years. Signed-off-by: Robert Yang <[email protected]> --- meta-oe/recipes-support/gnulib/gnulib_202401.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/gnulib/gnulib_202401.bb b/meta-oe/recipes-support/gnulib/gnulib_202401.bb index 41675d358..8f70cd7a0 100644 --- a/meta-oe/recipes-support/gnulib/gnulib_202401.bb +++ b/meta-oe/recipes-support/gnulib/gnulib_202401.bb @@ -32,6 +32,5 @@ do_packagedata[noexec] = "1" deltask package_write_ipk deltask package_write_deb deltask package_write_rpm -deltask do_deploy_archives BBCLASSEXTEND = "native" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113415): https://lists.openembedded.org/g/openembedded-devel/message/113415 Mute This Topic: https://lists.openembedded.org/mt/109403109/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
