diff options
-rw-r--r-- | meta/conf/distro/include/security_flags.inc | 1 | ||||
-rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb | 11 |
3 files changed, 13 insertions, 0 deletions
diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index 2858e46c8a..e313be67b1 100644 --- a/meta/conf/distro/include/security_flags.inc +++ b/meta/conf/distro/include/security_flags.inc | |||
@@ -28,6 +28,7 @@ SECURITY_CFLAGS_pn-libgcc = "${SECURITY_NO_PIE_CFLAGS}" | |||
28 | SECURITY_CFLAGS_pn-libglu = "${SECURITY_NO_PIE_CFLAGS}" | 28 | SECURITY_CFLAGS_pn-libglu = "${SECURITY_NO_PIE_CFLAGS}" |
29 | SECURITY_CFLAGS_pn-libpcre = "${SECURITY_NO_PIE_CFLAGS}" | 29 | SECURITY_CFLAGS_pn-libpcre = "${SECURITY_NO_PIE_CFLAGS}" |
30 | SECURITY_CFLAGS_pn-mesa = "${SECURITY_NO_PIE_CFLAGS}" | 30 | SECURITY_CFLAGS_pn-mesa = "${SECURITY_NO_PIE_CFLAGS}" |
31 | SECURITY_CFLAGS_pn-mesa-gl = "${SECURITY_NO_PIE_CFLAGS}" | ||
31 | SECURITY_CFLAGS_pn-opensp = "${SECURITY_NO_PIE_CFLAGS}" | 32 | SECURITY_CFLAGS_pn-opensp = "${SECURITY_NO_PIE_CFLAGS}" |
32 | SECURITY_CFLAGS_pn-ppp = "${SECURITY_NO_PIE_CFLAGS}" | 33 | SECURITY_CFLAGS_pn-ppp = "${SECURITY_NO_PIE_CFLAGS}" |
33 | SECURITY_CFLAGS_pn-python = "${SECURITY_NO_PIE_CFLAGS}" | 34 | SECURITY_CFLAGS_pn-python = "${SECURITY_NO_PIE_CFLAGS}" |
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index 5bd0ab44f4..21d828fa03 100644 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ b/meta/conf/distro/include/seperatebuilddir.inc | |||
@@ -442,6 +442,7 @@ B_pn-menu-cache = "${SEPB}" | |||
442 | B_pn-mesa-demos = "${SEPB}" | 442 | B_pn-mesa-demos = "${SEPB}" |
443 | # src/mapi/mapi/stub.c:51:39: error: 'MAPI_TABLE_NUM_DYNAMIC' undeclared here (not in a function) | 443 | # src/mapi/mapi/stub.c:51:39: error: 'MAPI_TABLE_NUM_DYNAMIC' undeclared here (not in a function) |
444 | B_pn-mesa = "${SEPB}" | 444 | B_pn-mesa = "${SEPB}" |
445 | B_pn-mesa-gl = "${SEPB}" | ||
445 | B_pn-minicom = "${SEPB}" | 446 | B_pn-minicom = "${SEPB}" |
446 | # Not automake, no external tree support | 447 | # Not automake, no external tree support |
447 | #B_pn-mkelfimage = "${SEPB}" | 448 | #B_pn-mkelfimage = "${SEPB}" |
diff --git a/meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb b/meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb new file mode 100644 index 0000000000..0e9dbb5f4f --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require mesa_${PV}.bb | ||
2 | |||
3 | SUMMARY += " (OpenGL only, no EGL/GLES)" | ||
4 | |||
5 | FILESPATH = "${FILE_DIRNAME}/mesa-${PV}:${FILE_DIRNAME}/mesa" | ||
6 | |||
7 | PROVIDES = "virtual/libgl virtual/mesa" | ||
8 | |||
9 | PACKAGECONFIG ??= "dri ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | ||
10 | |||
11 | EXCLUDE_FROM_WORLD = "1" | ||