aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:16 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:25:50 +0100
commitb9a8f521a49c46da8d9dae5f9f3b6a712e849172 (patch)
treefc76182a905ccd30b25f411a9df68a1810122ad5
parent399b52d42cbb8b34fcf307832b74ce91df040038 (diff)
downloadopenembedded-b9a8f521a49c46da8d9dae5f9f3b6a712e849172.tar.gz
libcap2: Update LICENSE field version to GPLv2 or BSD
* Updated LICENSE field version from generic GPL to BSD or GPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/libcap/libcap2_2.20.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libcap/libcap2_2.20.bb b/recipes/libcap/libcap2_2.20.bb
index 2acbf3bac2..7eec5771e5 100644
--- a/recipes/libcap/libcap2_2.20.bb
+++ b/recipes/libcap/libcap2_2.20.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities."
PRIORITY = "optional"
SECTION = "libs"
-LICENSE = "GPL"
+LICENSE = "BSD | GPLv2"
DEPENDS = "bison-native flex-native attr ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
-PR = "r0"
+PR = "r1"
BUILD_CFLAGS += "-I${S}/libcap/include"
CFLAGS += "-I${S}/libcap/include"