From 03ed24fd55e522465ea04368e7b727300ad8d595 Mon Sep 17 00:00:00 2001 From: Raymond Danks Date: Mon, 24 Jul 2006 16:14:43 +0000 Subject: mesa - Move library dependencies from RDEPENDS to DEPENDS. - Update build config instead of using environment to override toolchain vars. - mklib patch for understanding -Wl linker flags. - mesa depends upon makedepend-native. --- packages/mesa/mesa_6.0.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/mesa/mesa_6.0.1.bb') diff --git a/packages/mesa/mesa_6.0.1.bb b/packages/mesa/mesa_6.0.1.bb index 7c2e7ca627..be63a32190 100644 --- a/packages/mesa/mesa_6.0.1.bb +++ b/packages/mesa/mesa_6.0.1.bb @@ -6,6 +6,7 @@ S = "${WORKDIR}/Mesa-${PV}" LICENSE = "LGPL" # gcc-3.4 blows up in gtktext with -frename-registers on arm-linux CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')}" +DEPENDS = "makedepend-native" do_compile() { oe_runmake linux CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LD="${LD}" LDFLAGS="${LDFLAGS}" -- cgit v1.2.3