project.conf: pkg.requires.relase.os = build-essential:native
Fix the following package build error:
$ dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: info: source package jw-pkg
dpkg-buildpackage: info: source version 1.0.0-184
dpkg-buildpackage: info: source distribution kali-rolling
dpkg-buildpackage: info: source changed by janware GmbH <jan@janware.com>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-checkbuilddeps: error: unmet build dependencies: build-essential:native
dpkg-buildpackage: error: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: hint: satisfy build dependencies with your package manager frontend
debuild: fatal error at line 1185:
dpkg-buildpackage -us -uc -ui failed
This pulls in a lot of dependencies and should be made more specific
if possible.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d4aab54607
commit
d97cf111da
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ release = rpmbuild, python3-base
|
||||||
|
|
||||||
[pkg.requires.debian]
|
[pkg.requires.debian]
|
||||||
run = python3
|
run = python3
|
||||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot
|
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, build-essential:native
|
||||||
|
|
||||||
[pkg.requires.yocto]
|
[pkg.requires.yocto]
|
||||||
run = python3-core
|
run = python3-core
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue