summaryrefslogtreecommitdiff
path: root/packages/python/python-pyqt
ModeNameSize
-rw-r--r--.mtn2git_empty0logplain
-rw-r--r--01_configure.dpatch9970logplain
-rw-r--r--02_htmllinks.dpatch1089logplain
-rw-r--r--03_qreal.dpatch673logplain
-rw-r--r--04_qreal_api_fixes.dpatch9357logplain
-rw-r--r--assistantclient-fix.patch474logplain
-rw-r--r--cross-compile.patch1162logplain
is to kill off the horrible do_install. This patch splits it off to a different class, the idea here is to have a separate recipe which depends on the virtual/kernel:do_patch and just installs and packages the source needed to build modules on target into a specific package. Right now this code is proof of concept. It builds kernels and kernel modules. perf blows up in do_package with issues on finding the kernel version which can probably be fixed by adding back the right bit of do_install, and adding a dependency of do_package[depends] += "virtual/kernel:do_install" to perf. The whole thing needs a good write up, the corner cases testing and probably a good dose of cleanup to the remaining code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>