diff options
author | Matthieu CRAPET <Matthieu.CRAPET@ingenico.com> | 2014-05-21 11:17:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-21 13:58:23 +0200 |
commit | 02995f82e63ef1aab25b03404102a22fe4d524e7 (patch) | |
tree | a93c5e147cbb3b6a86f399c6262d2103c807a6f2 /meta-oe | |
parent | 8f4be6e2f0cac706d31bffb6f0b4c6591bdd6437 (diff) | |
download | meta-openembedded-02995f82e63ef1aab25b03404102a22fe4d524e7.tar.gz |
mesa-glut: fix S!=B failure
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb b/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb index 7006b4125..f23621d9c 100644 --- a/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb +++ b/meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | |||
@@ -9,6 +9,6 @@ PV = "8.0.0+git${SRCPV}" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools-brokensep pkgconfig |
13 | 13 | ||
14 | DEPENDS = "virtual/libx11 libxmu libxi virtual/libgl libglu" | 14 | DEPENDS = "virtual/libx11 libxmu libxi virtual/libgl libglu" |