[oe-commits] Koen Kooi : mesa-common.inc: fix make-depend typo

git version control git at git.openembedded.org
Tue May 24 21:19:13 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 919c96b9ca616206b7c8b9ea8a5ec2013da940e7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=919c96b9ca616206b7c8b9ea8a5ec2013da940e7

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue May 24 23:18:54 2011 +0200

mesa-common.inc: fix make-depend typo

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-graphics/mesa/mesa-common.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-graphics/mesa/mesa-common.inc b/meta-oe/recipes-graphics/mesa/mesa-common.inc
index 6ca4b70..3b255c4 100644
--- a/meta-oe/recipes-graphics/mesa/mesa-common.inc
+++ b/meta-oe/recipes-graphics/mesa/mesa-common.inc
@@ -11,7 +11,7 @@ PE = "2"
 PROTO_DEPS = "xf86driproto glproto"
 LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
 
-DEPENDS = "make-depend-native ${PROTO_DEPS}  ${LIB_DEPS}"
+DEPENDS = "makedepend-native ${PROTO_DEPS}  ${LIB_DEPS}"
 
 SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \
           "





More information about the Openembedded-commits mailing list