diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 08:45:27 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 08:45:27 +0000 |
commit | 952fa1e0a0469aa342e12d5c84b4b648f2e5b7ed (patch) | |
tree | a2084287ff7b9f4dc126091c6f1edf837b48c7d1 /meta/packages/mpfr/mpfr-native_2.3.1.bb | |
parent | db497d9391212633ed93800cfc3ec771ec09de69 (diff) | |
download | poky-952fa1e0a0469aa342e12d5c84b4b648f2e5b7ed.tar.gz |
mpfr: update to 2.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3913 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mpfr/mpfr-native_2.3.1.bb')
-rw-r--r-- | meta/packages/mpfr/mpfr-native_2.3.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/mpfr/mpfr-native_2.3.1.bb b/meta/packages/mpfr/mpfr-native_2.3.1.bb new file mode 100644 index 0000000000..01ba37c8bf --- /dev/null +++ b/meta/packages/mpfr/mpfr-native_2.3.1.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require mpfr_${PV}.bb | ||
2 | inherit native | ||
3 | DEPENDS = "gmp-native" | ||
4 | |||