diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-30 16:18:13 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-30 16:25:14 -0800 |
commit | 83d170ac1bb77ff838abd2604a65f450b1ab9750 (patch) | |
tree | 3e91c927b20097dc98955dfa9060fb239f668c65 /recipes/mpc/mpc-native_0.8.1.bb | |
parent | a45b6d5b0320797ef108bf62033b63b323c06e00 (diff) |
libmpc: Rename newly added mpc to libmpc.
* there already exists a recipe called mpc
so call this one as libmpc to avoid DEPENDS
collision.
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.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/mpc/mpc-native_0.8.1.bb b/recipes/mpc/mpc-native_0.8.1.bb deleted file mode 100644 index 8dba0b7fc4..0000000000 --- a/recipes/mpc/mpc-native_0.8.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require mpc_${PV}.bb -inherit native -DEPENDS = "mpfr-native gmp-native" |