diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-07-25 10:35:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 12:02:41 +0100 |
commit | 066f06c978d289fa72bad79635dd9534f68941ca (patch) | |
tree | 7071e2a62941e02a77484127f2a9cb57b69b7e6b | |
parent | 73387f23b3121c5438cefabc0942ff326e20dff6 (diff) | |
download | poky-066f06c978d289fa72bad79635dd9534f68941ca.tar.gz |
libcap: Update to 2.22 with License Clarification
(From OE-Core rev: 4f4e1ee82cff6a9e3103366169ef9f21964db3ba)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libcap/libcap.inc | 4 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.20.bb | 6 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.22.bb | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc index efa46d6649..67f7579e1d 100644 --- a/meta/recipes-support/libcap/libcap.inc +++ b/meta/recipes-support/libcap/libcap.inc | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "support for getting/setting POSIX.1e capabilities" | |||
2 | HOMEPAGE = "http://sites.google.com/site/fullycapable/" | 2 | HOMEPAGE = "http://sites.google.com/site/fullycapable/" |
3 | 3 | ||
4 | # no specific GPL version required | 4 | # no specific GPL version required |
5 | LICENSE = "BSD | GPL" | 5 | LICENSE = "BSD | GPLv2" |
6 | LIC_FILES_CHKSUM = "file://License;md5=731de803c1ccbcb05a9b3523279c8d7f" | 6 | LIC_FILES_CHKSUM = "file://License;md5=3f84fd6f29d453a56514cb7e4ead25f1" |
7 | 7 | ||
8 | DEPENDS = "libpam attr perl-native-runtime" | 8 | DEPENDS = "libpam attr perl-native-runtime" |
9 | # attr and pam are disabled by EXTRA_OEMAKE_virtclass-native | 9 | # attr and pam are disabled by EXTRA_OEMAKE_virtclass-native |
diff --git a/meta/recipes-support/libcap/libcap_2.20.bb b/meta/recipes-support/libcap/libcap_2.20.bb deleted file mode 100644 index a2b49c699f..0000000000 --- a/meta/recipes-support/libcap/libcap_2.20.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require libcap.inc | ||
2 | |||
3 | PR = "r3" | ||
4 | |||
5 | SRC_URI[md5sum] = "10e47ed32ca2214eb0e58780282d27b4" | ||
6 | SRC_URI[sha256sum] = "20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220" | ||
diff --git a/meta/recipes-support/libcap/libcap_2.22.bb b/meta/recipes-support/libcap/libcap_2.22.bb new file mode 100644 index 0000000000..bb49c031c6 --- /dev/null +++ b/meta/recipes-support/libcap/libcap_2.22.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require libcap.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI[md5sum] = "ce64058bdb3f086ddbfca8ce6c919845" | ||
6 | SRC_URI[sha256sum] = "73ebbd4877b5f69dd28b72098e510c5b318bc480f8201c4061ac98b78c04050f" | ||