diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:46:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:48 +0100 |
commit | 69dff461a5c75467e67e4b6996fe3620dae80c51 (patch) | |
tree | 7b5ddb116ed14fdd8cc3406293eb6b567da832bc | |
parent | a677fcfbc1572f6ae7e2326ae0ab55522e24fe77 (diff) | |
download | openembedded-core-69dff461a5c75467e67e4b6996fe3620dae80c51.tar.gz openembedded-core-69dff461a5c75467e67e4b6996fe3620dae80c51.tar.bz2 openembedded-core-69dff461a5c75467e67e4b6996fe3620dae80c51.zip |
gettext-minimal-native: add SUMMARY and DESCRIPTION
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-core/gettext/gettext-minimal-native_0.18.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.18.2.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.18.2.bb index da6d3bc6a1..febad7af4e 100644 --- a/meta/recipes-core/gettext/gettext-minimal-native_0.18.2.bb +++ b/meta/recipes-core/gettext/gettext-minimal-native_0.18.2.bb @@ -1,3 +1,8 @@ +SUMMARY = "Minimal gettext for supporting native autoconf/automake" +DESCRIPTION = "Contains the m4 macros sufficient to support building \ +autoconf/automake. This provides a significant build time speedup by \ +the removal of gettext-native from most dependency chains (now only \ +needed for gettext for the target)." SRC_URI = "file://aclocal.tgz \ file://config.rpath \ file://Makefile.in.in \ |