mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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 32d2981427
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:
@@ -32,6 +32,5 @@ do_packagedata[noexec] = "1"
|
|||||||
deltask package_write_ipk
|
deltask package_write_ipk
|
||||||
deltask package_write_deb
|
deltask package_write_deb
|
||||||
deltask package_write_rpm
|
deltask package_write_rpm
|
||||||
deltask do_deploy_archives
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user