Skip to content

Commit 5724ac5

Browse files
committed
kbuild: deb-pkg: get rid of |flex:native workaround from Build-Depends
"| flex:native" was a workaround (suggested by Ben, see Link) because "MultiArch: foreign" was missing in the flex package on some old distros when commit e3a2285 ("deb-pkg: generate correct build dependencies") was applied. It seems fixing the flex package has been completed. Get rid of the workaround. Link: https://lore.kernel.org/linux-kbuild/[email protected]/ Link: https://wiki.debian.org/CrossBuildPackagingGuidelines Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Ben Hutchings <[email protected]>
1 parent f8f4dc7 commit 5724ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package/mkdebian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Section: kernel
175175
Priority: optional
176176
Maintainer: $maintainer
177177
Rules-Requires-Root: no
178-
Build-Depends: bc, rsync, kmod, cpio, bison, flex | flex:native $extra_build_depends
178+
Build-Depends: bc, rsync, kmod, cpio, bison, flex $extra_build_depends
179179
Homepage: https://www.kernel.org/
180180
181181
Package: $packagename-$version

0 commit comments

Comments
 (0)