Skip to content

Commit

Permalink
fix: break dependency on sbuild_chroot for dpkg-prebuilt packages
Browse files Browse the repository at this point in the history
This is an optimization of dpkg-prebuilt, removing an unneccessary dependency
on the sbuild_chroot.

Signed-off-by: Adriaan Schmidt <[email protected]>
  • Loading branch information
adriaan42 authored and amikan committed Dec 14, 2022
1 parent e28524b commit d26660b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/classes/dpkg-prebuilt.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ python do_unpack_prepend() {
# break dependencies on do_patch, etc... but still support sstate caching
deltask dpkg_build
addtask dpkg_build after do_unpack before do_deploy_deb
# break inherited (from dpkg-base) dependency on sbuild_chroot
do_dpkg_build[depends] = ""
do_dpkg_build() {
true
}

0 comments on commit d26660b

Please sign in to comment.