[oe-commits] [meta-openembedded] 25/32: doxygen: upgrade v1.8.16 -> v1.8.17

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 17:48:56 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit de54f52a24015a60866434e9d3eebb870f482ce1
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Thu Jan 2 11:45:24 2020 +0100

    doxygen: upgrade v1.8.16 -> v1.8.17
    
    Upgrade doxygen to the most recent release. Add nativesdk to
    BBCLASSEXTEND to make it buildable as part of the SDK.
    
    Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../doxygen/{doxygen_1.8.16.bb => doxygen_1.8.17.bb}                | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.16.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.17.bb
similarity index 70%
rename from meta-oe/recipes-devtools/doxygen/doxygen_1.8.16.bb
rename to meta-oe/recipes-devtools/doxygen/doxygen_1.8.17.bb
index 4df994c..7a4eee3 100644
--- a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.16.bb
+++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.17.bb
@@ -9,9 +9,9 @@ DEPENDS = "flex-native bison-native"
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
            file://0001-build-don-t-look-for-Iconv.patch \
 "
-SRC_URI[md5sum] = "3ec5f8bfda38a05845161fbbd5d8b439"
-SRC_URI[sha256sum] = "ff981fb6f5db4af9deb1dd0c0d9325e0f9ba807d17bd5750636595cf16da3c82"
+SRC_URI[md5sum] = "7997a15c73a8bd6d003eaba5c2ee2b47"
+SRC_URI[sha256sum] = "2cba988af2d495541cbbe5541b3bee0ee11144dcb23a81eada19f5501fd8b599"
 
 inherit cmake python3native
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list