From 739cf79425c325a45468cdf5d0640c3c6328a81b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 7 May 2022 08:04:52 -0400 Subject: Add branch rename workarounds Add bbappends for ndctl and ttf-noto-emoji recipes to tweak their SRC_URIs to handle their upstreams renaming the "master" branch to "main". This works around the resulting build failures that would happen otherwise, and patches will be submitted for meta-openembedded so we can hopefully drop these on the next set of layer updates. Bug-AGL: SPEC-4361 Signed-off-by: Scott Murray Change-Id: Ic7756038cffe7bc370f512c835fb1da5954fc387 --- recipes-graphics/ttf-fonts/ttf-noto-emoji_20190815.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-graphics/ttf-fonts/ttf-noto-emoji_20190815.bbappend (limited to 'recipes-graphics/ttf-fonts/ttf-noto-emoji_20190815.bbappend') diff --git a/recipes-graphics/ttf-fonts/ttf-noto-emoji_20190815.bbappend b/recipes-graphics/ttf-fonts/ttf-noto-emoji_20190815.bbappend new file mode 100644 index 000000000..d57e3f3eb --- /dev/null +++ b/recipes-graphics/ttf-fonts/ttf-noto-emoji_20190815.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'ttf-noto-emoji_agldemo.inc', '', d)} -- cgit 1.2.3-korg