From: Khem Raj Date: Thu, 31 Dec 2009 00:20:48 +0000 (-0800) Subject: libmpc: Rename require filenames in recipes to reflect recent name X-Git-Tag: Release-2010-05/1~1103^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d83ab1a2b1d1e769cd3cad7d3960273ae9ca8047;p=openembedded.git libmpc: Rename require filenames in recipes to reflect recent name change. Signed-off-by: Khem Raj --- diff --git a/recipes/libmpc/libmpc-native_0.8.1.bb b/recipes/libmpc/libmpc-native_0.8.1.bb index 8dba0b7fc4..a0837a6fbc 100644 --- a/recipes/libmpc/libmpc-native_0.8.1.bb +++ b/recipes/libmpc/libmpc-native_0.8.1.bb @@ -1,3 +1,3 @@ -require mpc_${PV}.bb +require libmpc_${PV}.bb inherit native DEPENDS = "mpfr-native gmp-native" diff --git a/recipes/libmpc/libmpc_0.8.1.bb b/recipes/libmpc/libmpc_0.8.1.bb index b62c08673e..670db173f4 100644 --- a/recipes/libmpc/libmpc_0.8.1.bb +++ b/recipes/libmpc/libmpc_0.8.1.bb @@ -1,4 +1,4 @@ -require mpc.inc +require libmpc.inc DEPENDS = "gmp mpfr"