Skip to content

Commit bfdcd06

Browse files
committed
[NOT FOR UPSTREAM] Revert "kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-Arch"
This reverts commit 657f96c. CONFIG_GENDWARFKSYMS is not set in our kernel and we need to move forward before libdw-dev is installed into our build server. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 42dea66 commit bfdcd06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/package/mkdebian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Rules-Requires-Root: no
210210
Build-Depends: debhelper-compat (= 12)
211211
Build-Depends-Arch: bc, bison, flex,
212212
gcc-${host_gnu} <!pkg.${sourcename}.nokernelheaders>,
213-
kmod, libdw-dev:native, libelf-dev:native,
213+
kmod, libelf-dev:native,
214214
libssl-dev:native, libssl-dev <!pkg.${sourcename}.nokernelheaders>,
215215
python3:native, rsync
216216
Homepage: https://www.kernel.org/

0 commit comments

Comments
 (0)