From: "Sapp, Randolph" <rs@ti.com>
To: Andrew Davis <afd@ti.com>
Cc: <denys@ti.com>, <reatmon@ti.com>, <detheridge@ti.com>,
<meta-ti@lists.yoctoproject.org>, <k-bhargav@ti.com>
Subject: Re: [kirkstone PATCH 2/4] meta-ti-bsp: graphics: Resolve dependency chain
Date: Thu, 26 Jan 2023 13:38:20 -0600 [thread overview]
Message-ID: <WJY3PR.TPQTGC21E7EJ2@ti.com> (raw)
In-Reply-To: <d9a4cb78-2d78-1d33-d8d9-7ffeb2c8811f@ti.com>
[-- Attachment #1: Type: text/plain, Size: 665 bytes --]
On Thu, Jan 26 2023 at 11:54:18 -06:00:00, Andrew Davis <afd@ti.com>
wrote:
>> -# The actual SONAME is libGLESv2.so.2, so need to explicitly
>> specify RPROVIDES for .so.1 here
>> -RPROVIDES:${PN} += "libGLESv2.so.1"
>> +RDEPENDS:${PN} += "libdrm libdrm-omap"
>
> These are not runtime dependencies, libdrm is still regular built
> time DEPENDS.
> (libdrm-omap can be dropped, we don't need that at all anymore)
>
> Runtime we do need udev so this should all be now:
>
> DEPENDS += "libdrm"
> DEPENDS:append:libc-musl = " gcompat"
> RDEPENDS:${PN} += "udev"
There should be no build dependencies for a binary package. What new
dependency did you engineer?
[-- Attachment #2: Type: text/html, Size: 825 bytes --]
next prev parent reply other threads:[~2023-01-26 19:38 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-26 3:08 [kirkstone PATCH 0/4] Graphics, graphics, and more graphics Randolph Sapp
2023-01-26 3:08 ` [kirkstone PATCH 1/4] meta-ti-bsp: mesa: Add current patches Randolph Sapp
2023-01-26 17:06 ` Andrew Davis
2023-01-26 20:48 ` [meta-ti] " Denys Dmytriyenko
2023-01-26 22:37 ` [EXTERNAL] " Sapp, Randolph
2023-01-26 23:02 ` Denys Dmytriyenko
2023-01-26 23:45 ` [EXTERNAL] " Sapp, Randolph
2023-01-26 3:08 ` [kirkstone PATCH 2/4] meta-ti-bsp: graphics: Resolve dependency chain Randolph Sapp
2023-01-26 17:54 ` Andrew Davis
2023-01-26 19:38 ` Sapp, Randolph [this message]
2023-01-26 20:12 ` Andrew Davis
2023-01-26 22:40 ` Sapp, Randolph
2023-01-26 3:08 ` [kirkstone PATCH 3/4] meta-ti-bsp: machine: Remove all gpu features Randolph Sapp
2023-01-26 18:02 ` Andrew Davis
2023-01-26 21:38 ` Ryan Eatmon
2023-01-26 3:08 ` [kirkstone PATCH 4/4] meta-ti-bsp: machine: Attempt to update DC alias Randolph Sapp
2023-01-26 18:07 ` Andrew Davis
2023-01-26 18:13 ` [kirkstone PATCH 0/4] Graphics, graphics, and more graphics Andrew Davis
2023-01-26 20:46 ` [meta-ti] " Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=WJY3PR.TPQTGC21E7EJ2@ti.com \
--to=rs@ti.com \
--cc=afd@ti.com \
--cc=denys@ti.com \
--cc=detheridge@ti.com \
--cc=k-bhargav@ti.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=reatmon@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.