summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-09-13 21:42:01 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-17 04:35:14 +0000
commitc8606e4bea7525eb221e5599a496404dc72008ff (patch)
tree18fa84fec0e0d88f518214c392eb6f381e121e7c /recipes-graphics
parent19f70740e937bb78a55a25f734329d27a9805d0f (diff)
downloadmeta-ti-c8606e4bea7525eb221e5599a496404dc72008ff.tar.gz
libgbm: Remove remaining parts of this project
After libgbm was moved into the ti-sgx-ddk-um project the recipe for libgbm was deleted, this patch was left over, remove it here. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/gbm/libgbm/0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-graphics/gbm/libgbm/0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch b/recipes-graphics/gbm/libgbm/0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch
deleted file mode 100644
index 31134ab6..00000000
--- a/recipes-graphics/gbm/libgbm/0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From ea5fc8da36886490d0ee40d475733cd98e38c2ec Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Tue, 28 Aug 2018 18:35:55 -0400
4Subject: [PATCH] gbm.c: include <sys/sysmacros.h> for minor/major in new glibc
5
6glibc 2.28+ now requires this.
7https://sourceware.org/bugzilla/show_bug.cgi?id=19239
8
9Signed-off-by: Denys Dmytriyenko <denys@ti.com>
10---
11 gbm.c | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/gbm.c b/gbm.c
15index c046b1a..9356d7b 100644
16--- a/gbm.c
17+++ b/gbm.c
18@@ -35,6 +35,7 @@
19 #include <stdint.h>
20
21 #include <sys/types.h>
22+#include <sys/sysmacros.h>
23 #include <sys/stat.h>
24 #include <unistd.h>
25 #include <errno.h>
26--
272.7.4
28