From dc83ce1bfe85a3eea014bbc5475830c1ecbca43a Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 9 Aug 2019 16:11:47 +0800 Subject: 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 --- recipes-bsp/ace/ace_6.5.3.bb | 2 ++ 1 file changed, 2 insertions(+) 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 @@ +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" -- cgit v1.2.3-54-g00ecf