forked from victronenergy/meta-qt4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
49 lines (32 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
meta-qt4
========
This layer provides Qt 4.x libraries. Its intended use is for passing LSB tests
as Qt4 is a requirement for LSB; however the libraries may also be used for any
other purpose requiring Qt4.
Usage
-----
Please refer to the README file in meta-qt3 for instructions, replacing qt3 references
with qt4 as appropriate:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-qt3/about/
Dependencies
------------
This layer depends on:
URI: git://github.com/openembedded/oe-core.git
subdirectory: meta
branch: master
revision: HEAD
If you want to build python-pyqt you will also need meta-oe:
URI: git://github.com/openembedded/meta-openembedded
subdirectory: meta-oe
branch: master
revision: HEAD
Maintenance
-----------
Send patches / pull requests to [email protected] with
'[meta-qt4]' in the subject.
Layer maintainer: Paul Eggleton <[email protected]>
License
-------
All metadata is MIT licensed unless otherwise stated. Source code included
in tree for individual recipes is under the LICENSE stated in each recipe
(.bb file) unless otherwise stated.