summaryrefslogtreecommitdiff
path: root/recipes/mpc/mpc-native_0.8.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-12-14 14:56:39 -0800
committerKhem Raj <raj.khem@gmail.com>2009-12-14 15:00:54 -0800
commit2aeb4263cfdb4c9ee07c3f9ddcf6f30a93d77944 (patch)
tree218ce00e6457525ecffac3eaf5b69c1a017aefe1 /recipes/mpc/mpc-native_0.8.1.bb
parent67572c35f69f1233ba480887e72925e3d7f2c7f3 (diff)
mpc: New recipe for mpc.
* mpc will be pre-requisite for gcc 4.5 currently gcc svn recipes need it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/mpc/mpc-native_0.8.1.bb')
-rw-r--r--recipes/mpc/mpc-native_0.8.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/mpc/mpc-native_0.8.1.bb b/recipes/mpc/mpc-native_0.8.1.bb
new file mode 100644
index 0000000000..8dba0b7fc4
--- /dev/null
+++ b/recipes/mpc/mpc-native_0.8.1.bb
@@ -0,0 +1,3 @@
+require mpc_${PV}.bb
+inherit native
+DEPENDS = "mpfr-native gmp-native"