diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-11-12 02:59:09 +0300 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-11-12 03:08:18 +0300 |
commit | a68de4934c8449fd47e95d68ccb5c2f30231851f (patch) | |
tree | 7a2bb595e985cca3dfc09602d94b7fcb323c6d7f /recipes/gnutls | |
parent | d8b110fcf31557cc403f618e81c6db79ef407cb4 (diff) |
gnutls-native: new recipe
Add new recipe for building native gnutls library.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/gnutls')
-rw-r--r-- | recipes/gnutls/gnutls-native_2.4.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gnutls/gnutls-native_2.4.2.bb b/recipes/gnutls/gnutls-native_2.4.2.bb new file mode 100644 index 0000000000..fb896cdb1b --- /dev/null +++ b/recipes/gnutls/gnutls-native_2.4.2.bb @@ -0,0 +1,4 @@ +require gnutls_${PV}.bb + +inherit native + |