diff options
Diffstat (limited to 'recipes/mpfr/mpfr-native_2.3.1.bb')
-rw-r--r-- | recipes/mpfr/mpfr-native_2.3.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/mpfr/mpfr-native_2.3.1.bb b/recipes/mpfr/mpfr-native_2.3.1.bb new file mode 100644 index 0000000000..01ba37c8bf --- /dev/null +++ b/recipes/mpfr/mpfr-native_2.3.1.bb @@ -0,0 +1,4 @@ +require mpfr_${PV}.bb +inherit native +DEPENDS = "gmp-native" + |