mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
cogl-1.0: Add libcogl-path package
The new library needs to be put in a specific package, or rootfs generation fails as: ,----[ Error in rootfs generation ] | Updating cache... ########################### [100%] | Computing transaction...error: Can't install | libclutter-1.0-0-1.18.2-r0@cortexa9hf_vfp_neon_mx6: unable to | install provider for libcogl-path.so.20: | error: libcogl-path20-1.18.2-r0@cortexa9hf_vfp_neon_mx6 is | conflicted by libcogl20-1.18.2-r0@cortexa9hf_vfp_neon_mx6 `---- Upstream split this library out from libcogl20.so, sothe libcogl package no longer gets renamed to libcogl20 as it contains multiple libraries. (From OE-Core rev: 9d63188950ecd1877adf1e40de1ca1928729d866) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
419daaaf0a
commit
65e8bc44df
|
|
@ -8,7 +8,8 @@ DEPENDS = "glib-2.0 gdk-pixbuf"
|
|||
PACKAGES =+ "${PN}-examples \
|
||||
libcogl libcogl-dev \
|
||||
libcogl-gles2 libcogl-gles2-dev \
|
||||
libcogl-pango libcogl-pango-dev"
|
||||
libcogl-pango libcogl-pango-dev \
|
||||
libcogl-path libcogl-path-dev"
|
||||
AUTOTOOLS_AUXDIR = "${S}/build"
|
||||
|
||||
# Extra DEPENDS for PACKAGECONFIG
|
||||
|
|
@ -75,6 +76,12 @@ FILES_libcogl-pango-dev = "${includedir}/cogl/cogl-pango \
|
|||
${libdir}/libcogl-pango.la \
|
||||
${libdir}/pkgconfig/cogl-pango-1.0.pc"
|
||||
|
||||
FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}"
|
||||
FILES_libcogl-path-dev = "${includedir}/cogl/cogl-path \
|
||||
${libdir}/libcogl-path${SOLIBSDEV} \
|
||||
${libdir}/libcogl-path.la \
|
||||
${libdir}/pkgconfig/cogl-path-1.0.pc"
|
||||
|
||||
# For backwards compatibility after Debian-renaming
|
||||
RPROVIDES_libcogl = "cogl-1.0"
|
||||
RCONFLICTS_libcogl = "cogl-1.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user