diff options
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb index e565442fc6..d58388aabb 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb | |||
| @@ -48,6 +48,10 @@ PACKAGECONFIG[glew] = "--enable-glew,--disable-glew,glew" | |||
| 48 | PACKAGECONFIG[glu] = "--enable-glu,--disable-glu,virtual/libgl" | 48 | PACKAGECONFIG[glu] = "--enable-glu,--disable-glu,virtual/libgl" |
| 49 | 49 | ||
| 50 | do_install_append() { | 50 | do_install_append() { |
| 51 | # it can be completely empty when all PACKAGECONFIG options are disabled | 51 | # it can be completely empty when all PACKAGECONFIG options are disabled |
| 52 | rmdir --ignore-fail-on-non-empty ${D}${bindir} | 52 | rmdir --ignore-fail-on-non-empty ${D}${bindir} |
| 53 | |||
| 54 | if [ -f ${D}${bindir}/clear ]; then | ||
| 55 | mv ${D}${bindir}/clear ${D}${bindir}/clear.mesa-demos | ||
| 56 | fi | ||
| 53 | } | 57 | } |
