[yocto] [meta-baryon][PATCH 3/4] orc: specify the generic licenses being used

Kevin Strasser kevin.strasser at linux.intel.com
Thu Sep 27 17:31:10 PDT 2012


With the exception of source that contains the Mersenne Twister algorithm,
the majority of orc source code is made available under the BSD 2-Clause
license. The source that contains the Mersenne Twister algorithm is made
available under the BSD 3-Clause license.

This change fixes the following warning:

"WARNING: orc: No generic license file exists for: orc in any provider"

Signed-off-by: Kevin Strasser <kevin.strasser at linux.intel.com>
---
 recipes-multimedia/orc/orc.inc      |    2 +-
 recipes-multimedia/orc/orc_0.4.5.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-multimedia/orc/orc.inc b/recipes-multimedia/orc/orc.inc
index e149a9b..971be62 100644
--- a/recipes-multimedia/orc/orc.inc
+++ b/recipes-multimedia/orc/orc.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "orc - The Oil Runtime Compiler"
 HOMEPAGE = "http://code.entropywave.com/projects/orc/"
-LICENSE = "orc"
+LICENSE = "BSD-2-Clause & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
 
 SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc"
diff --git a/recipes-multimedia/orc/orc_0.4.5.bb b/recipes-multimedia/orc/orc_0.4.5.bb
index 271e55e..cf77efb 100644
--- a/recipes-multimedia/orc/orc_0.4.5.bb
+++ b/recipes-multimedia/orc/orc_0.4.5.bb
@@ -1,6 +1,6 @@
 require orc.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI[orc.md5sum] = "e26e59428b13ec251916f34bea96eee5"
 SRC_URI[orc.sha256sum] = "4e04953643cd8e67f8d9796da9547a606954e3944e42e7ce5a099440fd8e729e"
-- 
1.7.9.5




More information about the yocto mailing list