Should we kill the old 1.9.0.10 version, since w/o the correct PROVIDES it causes conflicts? And someone from the community just reported it recently as well...
On Mon, May 19, 2014 at 02:19:48PM -0500, Chase Maupin wrote: > From: Mrinmayee Hingolikar <[email protected]> > > * Pulled in latest version 1.9.0.12 from meta-ti-gsldk and > preserved authorship for Mrinmayee > * Mark this recipe as providing the gles1, gles2, and egl > libraries so that it doesn't conflict with other recipes like > mesa and will be pulled in to satisfy those dependencies > > Signed-off-by: Mrinmayee Hingolikar <[email protected]> > Signed-off-by: Chase Maupin <[email protected]> > --- > .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 30 > ++++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100644 > recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb > > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb > b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb > new file mode 100644 > index 0000000..e36cc58 > --- /dev/null > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb > @@ -0,0 +1,30 @@ > +DESCRIPTION = "Userspace libraries for SGX" > +HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" > +LICENSE = "TI-TSPA" > +LIC_FILES_CHKSUM = > "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" > + > +SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git" > +SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be" > + > +PR = "r2" > +PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" > + > +RREPLACES_${PN} = "libegl libgles1 libgles2" > +RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev" > +RREPLACES_${PN}-dbg = "libegl-dbg" > + > +S = "${WORKDIR}/git" > + > +do_install () { > + oe_runmake install DESTDIR=${D} > +} > + > +PACKAGES =+ "${PN}-${PV}" > + > +FILES_${PN} = "${bindir}/*" > +FILES_${PN} += " ${libdir}/*" > +FILES_${PN} += "${includedir}/* /usr/share/sgx-lib/" > + > +INHIBIT_PACKAGE_STRIP = "1" > + > +INSANE_SKIP_${PN} += "dev-so" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
