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>
This commit is contained in:
Anuj Mittal 2019-08-09 16:11:47 +08:00
parent f4f248406d
commit dc83ce1bfe

View File

@ -1,6 +1,8 @@
SUMMARY = "C++ framework for implementing distributed and networked applications"
DESCRIPTION = "C++ network programming framework that implements many core \
patterns for concurrent communication software"
LICENSE = "ACE-TAO-CIAO"
HOMEPAGE = "http://www.dre.vanderbilt.edu/~schmidt/ACE.html"
LIC_FILES_CHKSUM = "file://COPYING;md5=407a202d1b887b998dc9480442840630"
DEPENDS += "openssl gperf-native"