In mose cases this boils down to not hardcoding build paths in output
cmake files. The solution is to use standard OE paths passed to cmake
when it's invoked for each package. Other than that most packages need
to have a few additional deps which previously simply happened to be
present in global sysroot.
Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
This extends the packaging patterns to include the libexecdir files,
as well as the debug counterpart.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
had trouble with plasma's kscreenlocker
| Error: Could not locate service type file kservicetypes5/ "kcmodule.desktop" , tried ("/home/superandy/.local/share", "/usr/local/share", "/usr/share") ((null):0, (null))
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
starting a plasma session caused gazillions of
| kf5.kded: Could not load kded module "statusnotifierwatcher":"The shared library was not found." (library path was:"statusnotifierwatcher")
| kf5.kded: Could not load kded module "kscreen":"The shared library was not found." (library path was:"kscreen")
| kf5.kded: Could not load kded module "ksysguard":"Plugin verification data mismatch in '/usr/bin/ksysguard'" (library path was:"ksysguard")
| kf5.kded: Could not load kded module "powerdevil":"The shared library was not found." (library path was:"powerdevil")
| kf5.kded: Could not load kded module "networkmanagement":"The shared library was not found." (library path was:"networkmanagement")
| kf5.kded: Could not load kded module "kded_baloosearch_kio":"The shared library was not found." (library path was:"kded_baloosearch_kio")
Now it takes much longer for kcrash to complain and it has window decorations -
partytime has not yet come..
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>