diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2024-11-05 01:52:33 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 13:06:27 -0800 |
commit | 367d850a583ebbb3402b9ba7312887bb31d0114f (patch) | |
tree | ae283ec443b85201020b0110e96b6c8667769675 | |
parent | 33f00322cbd29ae0d1e2c0a38b3bd3889a050cbc (diff) | |
download | meta-openembedded-367d850a583ebbb3402b9ba7312887bb31d0114f.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/gnulib/gnulib_202401.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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" | |||
32 | deltask package_write_ipk | 32 | deltask package_write_ipk |
33 | deltask package_write_deb | 33 | deltask package_write_deb |
34 | deltask package_write_rpm | 34 | deltask package_write_rpm |
35 | deltask do_deploy_archives | ||
36 | 35 | ||
37 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |