- gbm: Fix compilation error with BUILD=debug - change GLES filenames to mesa style - gbm: dont increment surface refcount inside internal function - gbm: decrement gbm bo recount on DeleteDrawable - add symbolic link libGLESv2.so.1 for backward compatibility of SGX binary demos
Signed-off-by: Eric Ruei <[email protected]> --- recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bbappend b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bbappend index bd19733..a48f670 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bbappend +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bbappend @@ -1,8 +1,8 @@ -PR_append = ".tisdk5" +PR_append = ".tisdk6" BRANCH = "${@bb.utils.contains('MACHINE_FEATURES','sgx','ti-img-sgx/${PV}','ti-img-sgx-nohardware/${PV}',d)}" -SRCREV = "${@bb.utils.contains('MACHINE_FEATURES','sgx','cf8cd620e96c9741bfcbe7f07c95328fe2d6ece9','07acdd3981364d5c4afdcb250e30d392bb53f951',d)}" +SRCREV = "${@bb.utils.contains('MACHINE_FEATURES','sgx','bbbd5cbb55e4c54d3b02456ae553bea86fd61506','07acdd3981364d5c4afdcb250e30d392bb53f951',d)}" do_install_append () { - ln -sf ./libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.2 + ln -sf ./libGLESv2.so.${PV} ${D}${libdir}/libGLESv2.so.1 } -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
