From cd2ac1d786da2be205f8059da9f58f919fa4a24b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 29 Apr 2013 11:48:11 +0200 Subject: qt5-git: rename recipes and include file * some modules weren't released yet, so we still need some recipes with PV = "4.999+5.0.0-beta1+git${SRCPV}" so having 5.0.2 in .inc filename is a bit misleading * .inc file still sets default PV (now "5.0.2+git${SRCPV}"), all modules where SRCREV corresponds to different versions need to set PV inside Signed-off-by: Martin Jansa --- recipes-qt/qt5/qt5-git.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-qt/qt5/qt5-git.inc (limited to 'recipes-qt/qt5/qt5-git.inc') diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc new file mode 100644 index 00000000..a9eff23f --- /dev/null +++ b/recipes-qt/qt5/qt5-git.inc @@ -0,0 +1,21 @@ +# Copyright (C) 2012 O.S. Systems Software LTDA. +# Copyright (C) 2013 Martin Jansa + +# each module needs to define valid SRCREV +SRC_URI += " \ + git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=stable \ +" + +S = "${WORKDIR}/git" + +PV = "5.0.2+git${SRCPV}" + +FILESEXTRAPATHS =. "${FILE_DIRNAME}/${BPN}-git:" + +DEFAULT_PREFERENCE = "-1" + +LICENSE = "GFDL-1.3 & LGPL-2.1 | GPL-3.0" +LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ + file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ + file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ + file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" -- cgit v1.2.3-54-g00ecf