diff --git a/recipes-qt/qt5/qtscript.inc b/recipes-qt/qt5/qtscript.inc new file mode 100644 index 0000000000..8c28b2b416 --- /dev/null +++ b/recipes-qt/qt5/qtscript.inc @@ -0,0 +1,3 @@ +require qt5module.inc + +INC_PR = "r0" diff --git a/recipes-qt/qt5/qtscript_5.0.0.bb b/recipes-qt/qt5/qtscript_5.0.0.bb new file mode 100644 index 0000000000..8328271eef --- /dev/null +++ b/recipes-qt/qt5/qtscript_5.0.0.bb @@ -0,0 +1,13 @@ +require ${PN}.inc +require qt5-${PV}.inc + +# LICENSE files are missing in 5.0.0 +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ + file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ + file://${COMMON_LICENSE_DIR}/GFDL-1.3;md5=1083add59b39991c748ea70a92166959 \ +" + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "0759bd132e46fb6d95451764018f3a92" +SRC_URI[sha256sum] = "8722e48c5f1f989ae920288fb4f5176ae5563775442d9f0aec1fc2e79869fb5f" diff --git a/recipes-qt/qt5/qtscript_git.bb b/recipes-qt/qt5/qtscript_git.bb new file mode 100644 index 0000000000..006dccf885 --- /dev/null +++ b/recipes-qt/qt5/qtscript_git.bb @@ -0,0 +1,19 @@ +require ${PN}.inc +require qt5-git.inc + +# LICENSE files are missing in this old SRCREV, remove when upgraded +# commit 7a09d123cb29129419dea33c4e2ef0217b339a44 +# Author: Timo Jyrinki +# Date: Fri Feb 8 08:54:39 2013 +0200 +# Subject: Add license files mandated by (L)GPL. +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ + file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ + file://${COMMON_LICENSE_DIR}/GFDL-1.3;md5=1083add59b39991c748ea70a92166959 \ +" + +# last tag before this SRCREV is 5.0.0 +PV = "5.0.0+git${SRCPV}" + +PR = "${INC_PR}.0" + +SRCREV = "e27e5bade2407e022f1814eaaf6cea8bb6741465"