From 367d850a583ebbb3402b9ba7312887bb31d0114f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 5 Nov 2024 01:52:33 -0800 Subject: [PATCH] gnulib: Add do_deploy_archives back The gnulib has sources, so we can't delete do_deploy_archives, the commit which deleted it said: """ commit 32d29814278262005ef9bd691178c68b8cb1e000 Author: leimaohui 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 Signed-off-by: Khem Raj --- 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 41675d3587..8f70cd7a09 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"