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 <[email protected]> --- 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" -- 2.21.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
