From fb613b2cfccd5a0e4ae7779770dbe722e63c1735 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 13 Dec 2009 17:37:16 +0100 Subject: [PATCH] wolfenqt: add qt3d demo --- recipes/qt4/wolfenqt-e_git.bb | 5 +++++ recipes/qt4/wolfenqt.inc | 19 +++++++++++++++++++ recipes/qt4/wolfenqt_git.bb | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 recipes/qt4/wolfenqt-e_git.bb create mode 100644 recipes/qt4/wolfenqt.inc create mode 100644 recipes/qt4/wolfenqt_git.bb diff --git a/recipes/qt4/wolfenqt-e_git.bb b/recipes/qt4/wolfenqt-e_git.bb new file mode 100644 index 0000000000..661838842a --- /dev/null +++ b/recipes/qt4/wolfenqt-e_git.bb @@ -0,0 +1,5 @@ +WOLFVARIANT = "e" +require wolfenqt.inc + + + diff --git a/recipes/qt4/wolfenqt.inc b/recipes/qt4/wolfenqt.inc new file mode 100644 index 0000000000..e1e08cf6ab --- /dev/null +++ b/recipes/qt4/wolfenqt.inc @@ -0,0 +1,19 @@ + +PE = "1" +PV = "0.0" +PR_append = "+gitr${SRCREV}" + +inherit qt4${WOLFVARIANT} + +SRCREV = "f43dfa2bfa1f72abd3500dfc94248b17c5f9ae05" +SRC_URI = "git://gitorious.org/qt-labs/wolfenqt.git;protocol=git" + +S = "${WORKDIR}/git" + +do_install() { + install -d ${D}${bindir} + install -m 0755 qt3d ${D}${bindir}/wolfenqt-${WOLFVARIANT} +} + + + diff --git a/recipes/qt4/wolfenqt_git.bb b/recipes/qt4/wolfenqt_git.bb new file mode 100644 index 0000000000..2d762f3dc2 --- /dev/null +++ b/recipes/qt4/wolfenqt_git.bb @@ -0,0 +1,5 @@ +WOLFVARIANT = "x11" +require wolfenqt.inc + + + -- 2.39.5