Browse Source

MT#55283 pkg/deb: fix jammy build error

liburing-dev version in jammy is 2.1-2build1

Change-Id: Ide09b1f21f338dbdbb2a9f3cbcc50b097d9c0512
pull/1826/head
Victor Seva 2 years ago
parent
commit
bb8e4660a0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pkg/deb/backports/jammy

+ 3
- 0
pkg/deb/backports/jammy View File

@ -11,6 +11,9 @@ fi
rm -rf ${DIST}
cp -r debian ${DIST}
# No liburing-dev >= 2.3 package
sed -i -e '/liburing-dev/d' ${DIST}/control
# dkms stuff (see MT#56627)
cp old-dkms/rtpengine-kernel-dkms.postinst "${DIST}"/
cp old-dkms/rtpengine-kernel-dkms.prerm "${DIST}"/


Loading…
Cancel
Save