diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-08-02 01:51:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-04 15:22:23 +0100 |
commit | 7dbfe6f73d052e806240a8026fc6cc00b3082350 (patch) | |
tree | 8e714e949d1d427bda46ed56374cfd6244061501 /meta | |
parent | 1f1ac9fbdac3d74f32e268fda547eb1d0e3c6266 (diff) | |
download | poky-7dbfe6f73d052e806240a8026fc6cc00b3082350.tar.gz |
libcap-ng: 0.7.7 -> 0.7.8
(From OE-Core rev: 74252ed1c377d200c8e398d8a00f39cab17e170c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng_0.7.8.bb (renamed from meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.7.8.bb index a38a818c03..358319419d 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb +++ b/meta/recipes-support/libcap-ng/libcap-ng_0.7.8.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ | |||
12 | 12 | ||
13 | inherit lib_package autotools python3native | 13 | inherit lib_package autotools python3native |
14 | 14 | ||
15 | SRC_URI[md5sum] = "3d7d126b29e2869a0257c17c8b0d9b2e" | 15 | SRC_URI[md5sum] = "0dece96644bd798020e170fbf7663802" |
16 | SRC_URI[sha256sum] = "615549ce39b333f6b78baee0c0b4ef18bc726c6bf1cca123dfd89dd963f6d06b" | 16 | SRC_URI[sha256sum] = "c21af997445cd4107a55d386f955c5ea6f6e96ead693e9151277c0ab5f97d05f" |
17 | 17 | ||
18 | DEPENDS += "swig-native python3" | 18 | DEPENDS += "swig-native python3" |
19 | 19 | ||