diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-08-29 06:12:42 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-08-29 19:12:33 +0000 |
commit | 471e024b3992ff8c56483010edfe11d1bc3565d4 (patch) | |
tree | 701c0bb320266d3863cece9ea4145f6e6ff03138 /recipes-graphics/gbm/libgbm_10.0.0.bb | |
parent | e50774b4139beb4020130d7c3e938011aa801b05 (diff) | |
download | meta-ti-471e024b3992ff8c56483010edfe11d1bc3565d4.tar.gz |
libgbm: fix undefined minor/major symbols with new glibc
glibc 2.28+ now requires this.
https://sourceware.org/bugzilla/show_bug.cgi?id=19239
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/gbm/libgbm_10.0.0.bb')
-rw-r--r-- | recipes-graphics/gbm/libgbm_10.0.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb b/recipes-graphics/gbm/libgbm_10.0.0.bb index 848a5f66..38715ccf 100644 --- a/recipes-graphics/gbm/libgbm_10.0.0.bb +++ b/recipes-graphics/gbm/libgbm_10.0.0.bb | |||
@@ -12,6 +12,7 @@ BRANCH = "next" | |||
12 | 12 | ||
13 | SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e" | 13 | SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e" |
14 | 14 | ||
15 | SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}" | 15 | SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH} \ |
16 | file://0001-gbm.c-include-sys-sysmacros.h-for-minor-major-in-new.patch" | ||
16 | 17 | ||
17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |