summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/ndctl/ndctl_agldemo.inc3
-rw-r--r--recipes-core/ndctl/ndctl_v67.bbappend1
-rw-r--r--recipes-graphics/ttf-fonts/ttf-noto-emoji_20190815.bbappend1
-rw-r--r--recipes-graphics/ttf-fonts/ttf-noto-emoji_agldemo.inc3
4 files changed, 8 insertions, 0 deletions
diff --git a/recipes-core/ndctl/ndctl_agldemo.inc b/recipes-core/ndctl/ndctl_agldemo.inc
new file mode 100644
index 00000000..2a260978
--- /dev/null
+++ b/recipes-core/ndctl/ndctl_agldemo.inc
@@ -0,0 +1,3 @@
+# Upstream replaced master branch with main, carry local workaround
+# until fix lands in meta-oe.
+SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https"
diff --git a/recipes-core/ndctl/ndctl_v67.bbappend b/recipes-core/ndctl/ndctl_v67.bbappend
new file mode 100644
index 00000000..fe58de19
--- /dev/null
+++ b/recipes-core/ndctl/ndctl_v67.bbappend
@@ -0,0 +1 @@
+require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'ndctl_agldemo.inc', '', d)}
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 00000000..d57e3f3e
--- /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)}
diff --git a/recipes-graphics/ttf-fonts/ttf-noto-emoji_agldemo.inc b/recipes-graphics/ttf-fonts/ttf-noto-emoji_agldemo.inc
new file mode 100644
index 00000000..0dee6c81
--- /dev/null
+++ b/recipes-graphics/ttf-fonts/ttf-noto-emoji_agldemo.inc
@@ -0,0 +1,3 @@
+# Upstream replaced master branch with main, carry local workaround
+# until fix lands in meta-oe.
+SRC_URI = "git://github.com/googlefonts/noto-emoji;protocol=https;branch=main" \ No newline at end of file