Message ID | 20221012100641.2986740-4-felix.moessbauer@siemens.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | Simplify integration of swupdate into downstream layers | expand |
diff --git a/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb b/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb index 7bcf015..a81c521 100644 --- a/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb +++ b/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb @@ -12,6 +12,10 @@ inherit dpkg-gbp require swupdate.inc + +DEB_BUILD_PROFILES += "nodoc" +DEB_BUILD_OPTIONS += "nodoc" + SRC_URI = "git://salsa.debian.org/debian/swupdate.git;protocol=https;branch=debian/master" SRCREV ="344548c816b555c58ec199f31e45703897d23fb5"
This patch enables the nodoc debian build profile for swupdate. By that, the overall download and build time is drastically reduced. It also helps when building behind proxies that sometimes have issues with large pagets like texlive-extra. Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com> --- recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb | 4 ++++ 1 file changed, 4 insertions(+)