meta-openembedded: subtree update:ef1b17f4ef..290ad988fb

Alistair Francis (6):
      python3-padaos: Initial commit of version 0.1.10
      python3-padatious: Initial commit of 0.4.7
      python3-petact: Initial commit of version 0.1.2
      python3-precise-runner: Initial commit of version 0.3.1
      python3-pulsectl: Initial version of 18.12.5
      python3-pychromecast: Initial commit of version 4.0.1

Bartosz Golaszewski (1):
      python-jsonschema: add python-setuptools-scm to RDEPENDS

Daniel Ammann (1):
      dhex: Add new recipe

Khem Raj (5):
      dfu-utils: Switch src_uri to sourceforge.net
      dfu-util-native: Dont build static binary
      live555: Switch SRC_URI where archives are kept for longer
      kernel-selftest: Exclude from world builds
      uim: Update to 1.8.8

Oleksandr Kravchuk (2):
      pcsc-lite: update to 1.8.25
      xf86-video-nouveau: update to 1.0.16

Ricardo Salveti (2):
      python-pyrsistent: add recipe
      python-jsonschema: rdepends on attrs and pyrsistent

S. Lockwood-Childs (1):
      wireshark: remove restriction to ARM ISA

Slater, Joseph (1):
      live555: update to version 20190828

Vincent Prince (3):
      python*-psutil: Add native and nativesdk to BBCLASSEXTEND
      python3-cheetah: add recipe
      python3-regex: add recipe

Yuan Chao (8):
      python-more-itertools: new recipe
      python-zipp: new recipe
      python-pathlib2: new recipe
      python-packaging: new recipe
      python-importlib-metadata: new recipe
      python-pytest: fix runtime error
      libtevent: upgrade 0.10.0 -> 0.10.1
      cryptsetup: upgrade 2.2.0 -> 2.2.1

cjhasu (1):
      Remove "werkzeug-test" in RDEPENDS

Change-Id: Ideadf7469c094d3f26382af6203403ac5c29c6ee
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb b/meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb
index 76e1552..8a2ac69 100644
--- a/meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb
+++ b/meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb
@@ -1,15 +1,13 @@
 DESCRIPTION = "USB Device Firmware Upgrade utility"
+AUTHOR = "Harald Welte <laforge@openmoko.org>"
 HOMEPAGE = "http://dfu-util.sourceforge.net"
 SECTION = "devel"
-AUTHOR = "Harald Welte <laforge@openmoko.org>"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-SRC_URI = "http://dfu-util.gnumonks.org/releases/${BP}.tar.gz"
-
-inherit autotools pkgconfig
-
 DEPENDS = "libusb1"
 
+SRC_URI = "http://dfu-util.sourceforge.net/releases/${BP}.tar.gz"
 SRC_URI[md5sum] = "233bb1e08ef4b405062445d84e28fde6"
 SRC_URI[sha256sum] = "36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833"
+
+inherit autotools pkgconfig