mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
efl, expedite: explicitly add some packages, add libsdl dependency
* expedite has runtime dependency on them and insane_qa check doesn't see them as provided by evas dependency and shows following warnings: expedite-1.7.9: expedite rdepends on evas-engine-software-generic, but it isn't a build dependency? [build-deps] expedite-1.7.9: expedite rdepends on evas-engine-fb, but it isn't a build dependency? [build-deps] expedite-1.7.9: expedite rdepends on evas-loader-png, but it isn't a build dependency? [build-deps] * always use libsdl dependency instead of PACKAGECONFIG, because there is also software-sdl engine, which isn't controlled by any configure option Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
7514ff3c93
commit
737b599265
|
|
@ -104,6 +104,7 @@ python populate_packages_prepend () {
|
|||
allow_dirs=True, recursive=False, extra_depends="" )
|
||||
}
|
||||
|
||||
PACKAGES += "evas-loader-png evas-engine-software-generic evas-engine-fb"
|
||||
PACKAGES_DYNAMIC += "^evas-engine-.* ^evas-loader-.* ^evas-saver-.* ^evas-cserve2-.*"
|
||||
|
||||
# PACKAGES_DYNAMIC + do_split_packages isn't used for all libe libs,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Expedite is a comprehensive benchmarking suite for Evas"
|
||||
DEPENDS = "eet evas"
|
||||
DEPENDS = "eet evas libsdl"
|
||||
LICENSE = "MIT BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d70bc65d46237e4ef386beebe7d0fe5b"
|
||||
|
||||
|
|
@ -7,9 +7,6 @@ INC_PR = "r0"
|
|||
|
||||
inherit e
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[sdl] = "--enable-opengl-sdl,--disable-opengl-sdl,libsdl"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--x-includes=${STAGING_INCDIR}/X11 \
|
||||
--x-libraries=${STAGING_LIBDIR} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user