diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-12-04 18:25:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-10 22:41:40 +0000 |
commit | 7e40e007ccd7c97f9d6609d1c729a14b07b2638d (patch) | |
tree | 98d8b2dc01a99a76dd6b5cae437d2f90bd15f94f /meta/recipes-bsp | |
parent | 002f7b9f038b86b793b8e0558bcd17ad58372767 (diff) | |
download | openembedded-core-contrib-7e40e007ccd7c97f9d6609d1c729a14b07b2638d.tar.gz |
pciutils: upgrade to 3.5.6
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.5.6.bb (renamed from meta/recipes-bsp/pciutils/pciutils_3.5.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.5.5.bb b/meta/recipes-bsp/pciutils/pciutils_3.5.6.bb index 0051fd8767d..b18b7da3ed4 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.5.5.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.5.6.bb @@ -11,8 +11,8 @@ DEPENDS = "zlib kmod" SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \ file://configure.patch" -SRC_URI[md5sum] = "238d9969cc0de8b9105d972007d9d546" -SRC_URI[sha256sum] = "1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5" +SRC_URI[md5sum] = "8e52278399b7b35fcfc031bc05da80a8" +SRC_URI[sha256sum] = "f346eeb90cce0910c05b877fe49eadc760fa084c0455fd313e39d4b2c2d4bb21" inherit multilib_header pkgconfig |