From 02995f82e63ef1aab25b03404102a22fe4d524e7 Mon Sep 17 00:00:00 2001 From: Matthieu CRAPET Date: Wed, 21 May 2014 11:17:44 +0200 Subject: mesa-glut: fix S!=B failure Signed-off-by: Matthieu Crapet Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/mesa/mesa-glut_8.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7006b41258..f23621d9c2 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}" S = "${WORKDIR}/git" -inherit autotools pkgconfig +inherit autotools-brokensep pkgconfig DEPENDS = "virtual/libx11 libxmu libxi virtual/libgl libglu" -- cgit 1.2.3-korg