diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2015-04-27 10:25:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-27 14:57:46 +0100 |
commit | f3da54f88669630efcbde62da097cb7487e65101 (patch) | |
tree | e870b4f581c8bd97b1001c1ac464f1b0d308d524 /meta/recipes-bsp | |
parent | 2b163b8bbe8363e24f951ec507691ac692bc80b0 (diff) | |
download | openembedded-core-f3da54f88669630efcbde62da097cb7487e65101.tar.gz openembedded-core-f3da54f88669630efcbde62da097cb7487e65101.tar.bz2 openembedded-core-f3da54f88669630efcbde62da097cb7487e65101.zip |
pciutils: upgrade to 3.3.1
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.3.1.bb (renamed from meta/recipes-bsp/pciutils/pciutils_3.3.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.3.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.3.1.bb index 7a3a0c6781..91a8cd394f 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.3.0.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.3.1.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] = "3c19adf32a8457983b71ff376ef7dafe" -SRC_URI[sha256sum] = "413395d4bdc66fdedd6c993ed9083d1dd73812bf2a679d320f73de35c7801301" +SRC_URI[md5sum] = "4c340a317987d61a11ee2cf139ef1191" +SRC_URI[sha256sum] = "514a3bdb77e4cdbe9e970e1885af46e0ba2011bf97364368c455ade0edd4e3a9" inherit multilib_header |