On Sun, Feb 16, 2025 at 7:17 AM Alex Kiernan via
lists.openembedded.org <[email protected]>
wrote:
>
> Interesting... host sed differences? I'll have a dig.
>

Nope... not being built here, so whilst I fixed the warning I added
the error :-(

> On Sun, Feb 16, 2025 at 3:30 AM Khem Raj <[email protected]> wrote:
> >
> > I am seeing this install error
> >
> > sed: -e expression #1, char 17: unknown option to `s'
> >
> > see
> > https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/1502125/raw_inline
> >
> > On Sat, Feb 15, 2025 at 7:49 AM Alex Kiernan via
> > lists.openembedded.org <[email protected]>
> > wrote:
> > >
> > > Replace `\/` sequences to fix:
> > >
> > >   gpiod-sysfs-proxy_0.1.2.bb: Var <MOUNTPOINT>:1: DeprecationWarning: 
> > > invalid escape sequence \/
> > >
> > > Signed-off-by: Alex Kiernan <[email protected]>
> > > ---
> > >  .../gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb                | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git 
> > > a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb
> > >  
> > > b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb
> > > index fef2589106cd..13e4e680fb6d 100644
> > > --- 
> > > a/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb
> > > +++ 
> > > b/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/gpiod-sysfs-proxy_0.1.2.bb
> > > @@ -24,7 +24,7 @@ SRC_URI[sha256sum] = 
> > > "4bdd4b8a7042f63a40507ae0f16b360011e67cbb2f0276289636487a54
> > >  # non-standard behavior so make sure the user actually wants it.
> > >  PACKAGECONFIG[sys-class-mount] = ""
> > >
> > > -export MOUNTPOINT="${@bb.utils.contains('PACKAGECONFIG', 
> > > 'sys-class-mount', '\/sys\/class\/gpio', '\/run\/gpio', d)}"
> > > +export MOUNTPOINT="${@bb.utils.contains('PACKAGECONFIG', 
> > > 'sys-class-mount', '/sys/class/gpio', '/run/gpio', d)}"
> > >
> > >  do_install:append() {
> > >      if 
> > > ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
> > >
> > >
> > >
>
>
>
> --
> Alex Kiernan
>
> 
>


-- 
Alex Kiernan
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#115500): 
https://lists.openembedded.org/g/openembedded-devel/message/115500
Mute This Topic: https://lists.openembedded.org/mt/111201199/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to