diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-13 17:37:16 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-14 12:57:29 +0100 |
commit | fb613b2cfccd5a0e4ae7779770dbe722e63c1735 (patch) | |
tree | f1f652945044f5764c0640177c419d17312d9901 /recipes/qt4 | |
parent | 0df4dcf1497d8f33d978aa75d68a9f5a4082dabf (diff) |
wolfenqt: add qt3d demo
Diffstat (limited to 'recipes/qt4')
-rw-r--r-- | recipes/qt4/wolfenqt-e_git.bb | 5 | ||||
-rw-r--r-- | recipes/qt4/wolfenqt.inc | 19 | ||||
-rw-r--r-- | recipes/qt4/wolfenqt_git.bb | 5 |
3 files changed, 29 insertions, 0 deletions
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 + + + |