diff options
Diffstat (limited to 'recipes/qmake/qmake2-native_2.10a.bb')
-rw-r--r-- | recipes/qmake/qmake2-native_2.10a.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/qmake/qmake2-native_2.10a.bb b/recipes/qmake/qmake2-native_2.10a.bb new file mode 100644 index 0000000000..4579838b43 --- /dev/null +++ b/recipes/qmake/qmake2-native_2.10a.bb @@ -0,0 +1,12 @@ +QTVERSION="4.4.3" +FILESDIR += "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qmake2-native" + +inherit native + +require ${PN}.inc + +do_install() { + : +} + + |