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 <leimaohui@cn.fujitsu.com>
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 <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Robert Yang 2024-11-05 01:52:33 -08:00 committed by Khem Raj
parent 33f00322cb
commit 367d850a58
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"