Hi Is this forking really needed? Really?
E.g. libdrm is now forked for i.MX (at version 2.4.84 + ~ 10 i.MX patches) mesa in openembedded core got updated and in its configure step errors out because it requires a version > 2.4.84. With every such fork the version lock in forced onto users of meta-freescale becomes a bigger pain. With a PREFERRED_VERSION to something older + i.MX patches in SRC_URI one at least has a change to forward port within reasonable time. Max Am Montag, den 30.07.2018, 14:41 -0500 schrieb Tom Hochstein: > Signed-off-by: Tom Hochstein <[email protected]> > --- > recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb b/recipes- > graphics/wayland/wayland-protocols_1.13.imx.bb > index 1ef1ee1..f46ef99 100644 > --- a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb > +++ b/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb > @@ -9,10 +9,10 @@ LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ > file://stable/presentation-time/presentation- > time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" > > -SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ > - " > -SRC_URI[md5sum] = "29312149dafcd4a0e739ba94995a574d" > -SRC_URI[sha256sum] = > "0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38" > +SRC_URI = "git://source.codeaurora.org/external/imx/wayland-protocols- > imx.git;protocol=https;branch=master" > +SRCREV = "522fa921c4590da689ee7005e42d4d663190fecf" > + > +S = "${WORKDIR}/git" > > inherit allarch autotools pkgconfig > > -- > 2.7.4 > -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
