diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2017-02-20 21:04:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:29:18 -0800 |
commit | 4b9f483c5164c3aad831580a43bbf3ee6a13eb8c (patch) | |
tree | f849c97ea05d9db236d601cfcc55d4a460e19abf /meta | |
parent | b3f8fa406fe7bf865379d9a3d26c8c19b58d1cff (diff) | |
download | openembedded-core-4b9f483c5164c3aad831580a43bbf3ee6a13eb8c.tar.gz openembedded-core-4b9f483c5164c3aad831580a43bbf3ee6a13eb8c.tar.bz2 openembedded-core-4b9f483c5164c3aad831580a43bbf3ee6a13eb8c.zip |
eudev: Upgrade to 3.2.1
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/udev/eudev_3.2.1.bb (renamed from meta/recipes-core/udev/eudev_3.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/udev/eudev_3.2.bb b/meta/recipes-core/udev/eudev_3.2.1.bb index 45df5d45ee..9274849dfc 100644 --- a/meta/recipes-core/udev/eudev_3.2.bb +++ b/meta/recipes-core/udev/eudev_3.2.1.bb @@ -20,8 +20,8 @@ SRC_URI = "https://github.com/gentoo/${BPN}/archive/v${PV}.tar.gz;downloadfilena " UPSTREAM_CHECK_URI = "https://github.com/gentoo/eudev/releases" -SRC_URI[md5sum] = "9eb477cc8718db272b5d24dff1126b04" -SRC_URI[sha256sum] = "37829d37f4beb7e358ca33abc1ad0907d87f917ce157777aeaeebeacae24efdc" +SRC_URI[md5sum] = "a2aae16bc432eac0e71c1267c384e295" +SRC_URI[sha256sum] = "88f530c1540750e6daa91b5eaeebf88e761e6f0c86515c1c28eedfd871f027c6" inherit autotools update-rc.d qemu pkgconfig |