diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-03-23 12:02:45 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-03-23 12:15:04 -0300 |
commit | 94db0e22f5dfb79344a67449dcafc06a900b25d2 (patch) | |
tree | 158253a56320de133e8dc99472c5ff8dbcb9d577 | |
parent | 33cecc59c6e552a5cc79517e5a80815b18479db9 (diff) | |
download | meta-fsl-arm-94db0e22f5dfb79344a67449dcafc06a900b25d2.tar.gz meta-fsl-arm-94db0e22f5dfb79344a67449dcafc06a900b25d2.tar.bz2 meta-fsl-arm-94db0e22f5dfb79344a67449dcafc06a900b25d2.zip |
mesa: Rename bbappend from mesa-dri to mesa
This follow OE-Core move from mesa-dri to mesa; as OE-Core now does
not require PR bumps anymore we use this opportunity to drop the PRINC
and let the PR handling to PRServer.
Change-Id: I7fb9c60b2188a7f03954a366669ebd0f78110936
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/mesa/mesa_9.0.2.bbappend (renamed from recipes-graphics/mesa/mesa-dri_9.0.2.bbappend) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-graphics/mesa/mesa-dri_9.0.2.bbappend b/recipes-graphics/mesa/mesa_9.0.2.bbappend index 9e3fa66..765e2f8 100644 --- a/recipes-graphics/mesa/mesa-dri_9.0.2.bbappend +++ b/recipes-graphics/mesa/mesa_9.0.2.bbappend @@ -1,5 +1,3 @@ -PRINC := "${@int(PRINC) + 3}" - # FIXME: We may need to disable EGL, GL ES1 and GL ES2 python __anonymous () { import re |