On 2024-08-07 8:06 a.m., Ross Burton wrote:
On 6 Aug 2024, at 20:12, Trevor Gamblin via lists.openembedded.org
wrote:
+sed -i "s:${B}/../${BPN}-${PV}:@abs_top_builddir_placeholder@:g"
${D}/usr/sbin/kea-admin
Is /usr/sbin hardcoded into the makefiles, or should that be ${D}${sbindir}?
> On 6 Aug 2024, at 20:12, Trevor Gamblin via lists.openembedded.org
> wrote:
> +sed -i "s:${B}/../${BPN}-${PV}:@abs_top_builddir_placeholder@:g"
> ${D}/usr/sbin/kea-admin
Is /usr/sbin hardcoded into the makefiles, or should that be ${D}${sbindir}?
Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: Y
On Tue, 2024-08-06 at 15:57 -0400, Trevor Gamblin via lists.openembedded.org
wrote:
>
> On 2024-08-06 3:12 p.m., Trevor Gamblin via lists.openembedded.org wrote:
> > Refresh patch 'fix_pid_keactrl.patch' to apply on new version.
> >
> > Add an extra sed call to do_install:append() to remove a re
On 2024-08-06 3:12 p.m., Trevor Gamblin via lists.openembedded.org wrote:
Refresh patch 'fix_pid_keactrl.patch' to apply on new version.
Add an extra sed call to do_install:append() to remove a reference to
TMPDIR from ${D}/usr/sbin/kea-admin.
License-Update: Update copyright year
Signed-off-
Refresh patch 'fix_pid_keactrl.patch' to apply on new version.
Add an extra sed call to do_install:append() to remove a reference to
TMPDIR from ${D}/usr/sbin/kea-admin.
License-Update: Update copyright year
Signed-off-by: Trevor Gamblin
---
v2 tweaks the extra sed call to use BPN instead of PN
On 2024-08-03 2:41 a.m., Richard Purdie wrote:
On Thu, 2024-08-01 at 13:18 -0400, Trevor Gamblin via lists.openembedded.org
wrote:
Refresh patch 'fix_pid_keactrl.patch' to apply on new version.
Add an extra sed call to do_install:append() to remove a reference to
TMPDIR from ${D}/usr/sbin/kea
On Thu, 2024-08-01 at 13:18 -0400, Trevor Gamblin via lists.openembedded.org
wrote:
> Refresh patch 'fix_pid_keactrl.patch' to apply on new version.
>
> Add an extra sed call to do_install:append() to remove a reference to
> TMPDIR from ${D}/usr/sbin/kea-admin.
>
> License-Update: Update copyrig
Refresh patch 'fix_pid_keactrl.patch' to apply on new version.
Add an extra sed call to do_install:append() to remove a reference to
TMPDIR from ${D}/usr/sbin/kea-admin.
License-Update: Update copyright year
Signed-off-by: Trevor Gamblin
---
v2 fixes the sed call so that it adds the right
'@abs