meta-somdevices: recipes-qt: qtwebkit: Compile qtwebkit as release.
authorJosep Orga <jorga@somdevices.com>
Fri, 22 Jul 2022 14:23:11 +0000 (16:23 +0200)
committerJosep Orga <jorga@somdevices.com>
Fri, 22 Jul 2022 14:23:11 +0000 (16:23 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
recipes-qt/qtwebkit/qtwebkit_%.bbappend [new file with mode: 0644]

diff --git a/recipes-qt/qtwebkit/qtwebkit_%.bbappend b/recipes-qt/qtwebkit/qtwebkit_%.bbappend
new file mode 100644 (file)
index 0000000..f8b1c8f
--- /dev/null
@@ -0,0 +1,5 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
+
+EXTRA_OECMAKE_append = " -DCMAKE_BUILD_TYPE=Release"