[oe-commits] [meta-openembedded] branch master-next updated: doxygen: update to 1.8.15

git at git.openembedded.org git at git.openembedded.org
Sat Mar 23 23:16:12 UTC 2019


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

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

The following commit(s) were added to refs/heads/master-next by this push:
     new 24dd932  doxygen: update to 1.8.15
24dd932 is described below

commit 24dd9328f7ec964bbad25b7061366f9f2ff6194d
Author: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
AuthorDate: Sun Mar 24 00:12:31 2019 +0100

    doxygen: update to 1.8.15
    
    Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch      | 10 +++++-----
 .../doxygen/{doxygen_1.8.14.bb => doxygen_1.8.15.bb}           |  5 ++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch b/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
index 0eefe07..c86dc16 100644
--- a/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
+++ b/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
@@ -1,4 +1,4 @@
-From f3a6c05e3a8afdac547c6c8176fa6b57636db65c Mon Sep 17 00:00:00 2001
+From 24650b0c7db6b213a2eaa5061b75b9f1b43f1ce9 Mon Sep 17 00:00:00 2001
 From: Bartosz Golaszewski <brgl at bgdev.pl>
 Date: Fri, 23 Nov 2018 11:44:56 +0100
 Subject: [PATCH] build: don't look for Iconv
@@ -17,11 +17,11 @@ Upstream-status: Inappropriate
  1 file changed, 4 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ba105b89..16252247 100644
+index 45c2f2c1..22cf0144 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -89,10 +89,6 @@ if (sqlite3)
-     find_package(SQLite3 REQUIRED)
+@@ -92,10 +92,6 @@ if (sqlite3)
+   endif()
  endif()
  
 -find_package(Iconv REQUIRED)
@@ -32,5 +32,5 @@ index ba105b89..16252247 100644
  set(DOXYDOCS ${PROJECT_BINARY_DIR}/doc)
  set(ENV{DOXYGEN_DOCDIR} ${DOXYDOCS})
 -- 
-2.19.1
+2.17.1
 
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb
similarity index 76%
rename from meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
rename to meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb
index 7c7024e..7846846 100644
--- a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.14.bb
+++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb
@@ -10,8 +10,7 @@ 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] = "41d8821133e8d8104280030553e2b42b"
-SRC_URI[sha256sum] = "d1757e02755ef6f56fd45f1f4398598b920381948d6fcfa58f5ca6aa56f59d4d"
+SRC_URI[md5sum] = "2c98c73eba392d334f5bbaf15e09bae3"
+SRC_URI[sha256sum] = "bd9c0ec462b6a9b5b41ede97bede5458e0d7bb40d4cfa27f6f622eb33c59245d"
 
 BBCLASSEXTEND = "native"

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


More information about the Openembedded-commits mailing list