On Wed, Oct 27, 2021 at 2:12 PM Oleksandr Kravchuk < [email protected]> wrote:
> On 27/10/2021 23:09, Khem Raj wrote: > > > > On Wed, Oct 27, 2021 at 2:03 PM Oleksandr Kravchuk < > [email protected]> wrote: > >> This library is a dependancy of xserver-xorg 21.1.0. >> > > I wonder if we need this to be in core layer though > > Could you please clarify why it shouldn't if the package that needs is > part of the core layer? > I read the dependency in reverse however the next question is that is this new dependency or else how did we manage up until this point? > > >> Signed-off-by: Oleksandr Kravchuk <[email protected]> >> --- >> .../xorg-lib/libxcvt_0.1.1.bb | 19 +++++++++++++++++++ >> 1 file changed, 19 insertions(+) >> create mode 100644 meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb >> >> diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb >> b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb >> new file mode 100644 >> index 0000000000..628ccfb647 >> --- /dev/null >> +++ b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.1.bb >> @@ -0,0 +1,19 @@ >> +SUMMARY = "Library providing a standalone version of the X server \ >> +implementation of the VESA CVT standard timing modelines generator" >> +HOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt" >> +BUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues" >> +LICENSE = "MIT" >> +LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f" >> +SECTION = "x11/libs" >> + >> +SRC_URI = "git:// >> gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https" >> +SRCREV = "6fe840b9295cfdc41bd734586c5b8756f6af6f9b" >> + >> +S = "${WORKDIR}/git" >> + >> +inherit meson >> + >> +FILES:${PN} = " \ >> + ${libdir}/libxcvt.so.0* \ >> + ${bindir}/cvt \ >> +" >> -- >> 2.25.1 >> >> >> >> >>
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#157572): https://lists.openembedded.org/g/openembedded-core/message/157572 Mute This Topic: https://lists.openembedded.org/mt/86638516/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
