diff options
author | Fan Xin <fan.xin@jp.fujitsu.com> | 2017-06-07 14:20:30 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-09 17:12:06 +0100 |
commit | cf0679d7404a4b019282b947488fb078402e5931 (patch) | |
tree | 53acdda16e92d1e2df6e0ffaeb01c698e515d1d2 | |
parent | b4052ce99349dc3fc9fba87b831d19a2e7c4e90e (diff) | |
download | openembedded-core-cf0679d7404a4b019282b947488fb078402e5931.tar.gz |
pciutils: Upgrade to 3.5.4
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.5.4.bb (renamed from meta/recipes-bsp/pciutils/pciutils_3.5.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.5.2.bb b/meta/recipes-bsp/pciutils/pciutils_3.5.4.bb index 9a7297e21c..d387fba61a 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.5.2.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.5.4.bb @@ -13,8 +13,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \ file://guess-fix.patch \ file://makefile.patch" -SRC_URI[md5sum] = "1bf5b068bd9f7512e8c68b060b25a1b2" -SRC_URI[sha256sum] = "3a99141a9f40528d0a0035665a06dc37ddb1ae341658e51b50a76ecf86235efc" +SRC_URI[md5sum] = "e82537cd2194111c45fa7e684b52252e" +SRC_URI[sha256sum] = "64293c6ab9318c40ef262b76d87bd9097531759752bac556e50979b1e63cfe66" inherit multilib_header |