summaryrefslogtreecommitdiff
path: root/recipes/qmake/qmake2-sdk_2.10a.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-10 11:32:28 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-14 11:28:40 +0100
commit3d45480a1cf1ac4d554434699365306c7f09c6cc (patch)
tree457e6afb85f4e7b1a25e8c4b72f1a060c5766a4e /recipes/qmake/qmake2-sdk_2.10a.bb
parentb6a63dbf5a87845bab6ce774277bc3287b4d9a89 (diff)
qmake2: convert native and sdk to use BBCLASS_EXTEND and new-style staging
Diffstat (limited to 'recipes/qmake/qmake2-sdk_2.10a.bb')
-rw-r--r--recipes/qmake/qmake2-sdk_2.10a.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes/qmake/qmake2-sdk_2.10a.bb b/recipes/qmake/qmake2-sdk_2.10a.bb
deleted file mode 100644
index 6ed9ebdebb..0000000000
--- a/recipes/qmake/qmake2-sdk_2.10a.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-QTVERSION="4.4.3"
-require qmake2-native.inc
-
-inherit sdk
-
-do_install () {
- install -d ${D}/${bindir}
- install -m 0755 bin/qmake ${D}/${bindir}/qmake2
- install -m 0755 bin/qmake ${D}/${bindir}/qmake-qt4
- install -d ${D}/${datadir}/qt4
- cp -PfR mkspecs ${D}/${datadir}/qt4/
-}
-
-
-
-
-