mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-11 02:41:33 +00:00
live-build/auto/config: Filter libgles1-mesa out of tasks, as it is not a
dependency of anything in updates anymore, fixing mate/myth (LP: #1704013)
This commit is contained in:
parent
0cabfc3781
commit
e3b44822d7
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.408.14) xenial; urgency=medium
|
||||||
|
|
||||||
|
* live-build/auto/config: Filter libgles1-mesa out of tasks, as it is not a
|
||||||
|
dependency of anything in updates anymore, fixing mate/myth (LP: #1704013)
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@ubuntu.com> Wed, 12 Jul 2017 16:28:13 -0600
|
||||||
|
|
||||||
livecd-rootfs (2.408.13) xenial; urgency=medium
|
livecd-rootfs (2.408.13) xenial; urgency=medium
|
||||||
|
|
||||||
[ Balint Reczey ]
|
[ Balint Reczey ]
|
||||||
|
@ -65,7 +65,7 @@ add_task ()
|
|||||||
else
|
else
|
||||||
# If HWE_BUILD is set, we strip out drivers not available
|
# If HWE_BUILD is set, we strip out drivers not available
|
||||||
# in the HWE stack, then sed the rest with their HWE suffixes
|
# in the HWE stack, then sed the rest with their HWE suffixes
|
||||||
echo "!chroot chroot apt-cache dumpavail | grep-dctrl -nsPackage \\\\\\( -XFArchitecture $ARCH -o -XFArchitecture all \\\\\\) -a -wFTask $task | grep -v xserver-xorg-input-vmmouse | sed -e 's/xserver-xorg.*/&-hwe-16.04/'" >> "config/package-lists/livecd-rootfs.list.chroot_$pass"
|
echo "!chroot chroot apt-cache dumpavail | grep-dctrl -nsPackage \\\\\\( -XFArchitecture $ARCH -o -XFArchitecture all \\\\\\) -a -wFTask $task | grep -v xserver-xorg-input-vmmouse | grep -v libgles1-mesa | sed -e 's/xserver-xorg.*/&-hwe-16.04/'" >> "config/package-lists/livecd-rootfs.list.chroot_$pass"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user