markdown-qt/qmlarkdown: upgrade sources

After a long day we have:

* splitted conversion code to markdown-qt
* won the fight with cmake to use markdown-qt
* made sundown conversion work

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-10-30 21:41:41 +01:00
parent 1c039b02d1
commit 88c93bcb35
2 changed files with 3 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ DEPENDS = " \
"
SRC_URI = "gitsm://github.com/schnitzeltony/markdown-qt.git"
SRCREV = "75919117ee0e18ad053ebf9f0956167f44c9e50f"
SRCREV = "50d30346e2da4ce167d96ff0cf239b236e6b1b83"
PV = "0.0.1+git${SRCPV}"
S = "${WORKDIR}/git"

View File

@@ -5,15 +5,14 @@ LIC_FILES_CHKSUM = " \
"
DEPENDS = " \
cmark \
qtbase \
markdown-qt \
qtdeclarative \
qtquickcontrols2 \
qtwebengine \
"
SRC_URI = "gitsm://github.com/schnitzeltony/qmlarkdown.git"
SRCREV = "2ccb24c4c48b80589f59d95f511f54ea8cc06801"
SRCREV = "7a3269268c21a75f3c5321913fd59c56dc859ba2"
PV = "0.0.0+git${SRCPV}"
S = "${WORKDIR}/git"