diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-08-23 16:11:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-23 18:02:23 +0100 |
commit | 632836de27427f5d1680dea257ad9076803178cc (patch) | |
tree | 98c2939c38008c40e53b7d93dbdcd2cbdf30bf16 /meta | |
parent | 66452579a1e6bcebd9b2831253fa004a4e4959d6 (diff) | |
download | poky-632836de27427f5d1680dea257ad9076803178cc.tar.gz |
pciutils: 3.6.1 -> 3.6.2
(From OE-Core rev: 3347b7e5641646348e06a6f4c603d83c6be867c9)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.6.2.bb (renamed from meta/recipes-bsp/pciutils/pciutils_3.6.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.6.1.bb b/meta/recipes-bsp/pciutils/pciutils_3.6.2.bb index d71a29adc8..413421cd8a 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.6.1.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.6.2.bb | |||
@@ -11,8 +11,8 @@ DEPENDS = "zlib kmod" | |||
11 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \ | 11 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \ |
12 | file://configure.patch" | 12 | file://configure.patch" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "1adbcc258030ea92609100703f29c92c" | 14 | SRC_URI[md5sum] = "77963796d1be4f451b83e6da28ba4f82" |
15 | SRC_URI[sha256sum] = "fcc0431cc951c3563f1e4f946d27c8e2161cfd81f25316e6bd783fa6118469e0" | 15 | SRC_URI[sha256sum] = "db452ec986edefd88af0d222d22f6102f8030a8633fdfe846c3ae4bde9bb93f3" |
16 | 16 | ||
17 | inherit multilib_header pkgconfig | 17 | inherit multilib_header pkgconfig |
18 | 18 | ||