mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
e(fl).bbclass: don't override PACKAGES, but add to it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -19,8 +19,8 @@ do_install_prepend () {
|
||||
done
|
||||
}
|
||||
|
||||
# This construction is stupid, someone with more E knowledge should change it to =+ or something
|
||||
PACKAGES = "${PN}-dbg ${PN} ${PN}-themes ${PN}-dev ${PN}-doc ${PN}-tests ${PN}-static"
|
||||
PACKAGES =+ "${PN}-themes"
|
||||
PACKAGES += "${PN}-tests"
|
||||
|
||||
FILES_${PN} = "${libdir}/*.so.* \
|
||||
${libdir}/edje/modules/${PN}/*/module.so \
|
||||
|
||||
Reference in New Issue
Block a user