summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-08-09 16:11:47 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-08-10 21:23:55 +0800
commitdc83ce1bfe85a3eea014bbc5475830c1ecbca43a (patch)
treecf4242a4f8fe1821dea8cf7b87a296b910c03cdb
parentf4f248406d39b7d4d884cf3cfe3e4a5153c2b6df (diff)
downloadmeta-intel-dc83ce1bfe85a3eea014bbc5475830c1ecbca43a.tar.gz
ace: add SUMMARY and HOMEPAGE
It's useful to have these so someone who is looking at layer index as an example knows what the component is. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-bsp/ace/ace_6.5.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/ace/ace_6.5.3.bb b/recipes-bsp/ace/ace_6.5.3.bb
index 53ec3243..a75471e1 100644
--- a/recipes-bsp/ace/ace_6.5.3.bb
+++ b/recipes-bsp/ace/ace_6.5.3.bb
@@ -1,6 +1,8 @@
1SUMMARY = "C++ framework for implementing distributed and networked applications"
1DESCRIPTION = "C++ network programming framework that implements many core \ 2DESCRIPTION = "C++ network programming framework that implements many core \
2patterns for concurrent communication software" 3patterns for concurrent communication software"
3LICENSE = "ACE-TAO-CIAO" 4LICENSE = "ACE-TAO-CIAO"
5HOMEPAGE = "http://www.dre.vanderbilt.edu/~schmidt/ACE.html"
4LIC_FILES_CHKSUM = "file://COPYING;md5=407a202d1b887b998dc9480442840630" 6LIC_FILES_CHKSUM = "file://COPYING;md5=407a202d1b887b998dc9480442840630"
5 7
6DEPENDS += "openssl gperf-native" 8DEPENDS += "openssl gperf-native"