* [meta-perl][PATCH] recipes-devtools: Move back from meta-networking to meta-perl
@ 2019-06-07 20:18 Adrian Bunk
2019-06-07 21:51 ` akuster808
2019-06-09 10:00 ` Adrian Bunk
0 siblings, 2 replies; 4+ messages in thread
From: Adrian Bunk @ 2019-06-07 20:18 UTC (permalink / raw)
To: openembedded-devel
It needs both freeradius and perl-module-data-dumper,
so neither place would fulfill all dependencies.
In general meta-perl looks like the more appropriate place.
The location in meta-networking also had the problem that
it was one directory too deep and therefore not included
in BBFILES.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
.../recipes-perl}/libauthen/libauthen-radius-perl/run-ptest | 0
.../libauthen-radius-perl/test.pl-adjust-for-ptest.patch | 0
.../recipes-perl}/libauthen/libauthen-radius-perl_0.22.bb | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename {meta-networking/recipes-devtools/perl => meta-perl/recipes-perl}/libauthen/libauthen-radius-perl/run-ptest (100%)
rename {meta-networking/recipes-devtools/perl => meta-perl/recipes-perl}/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch (100%)
rename {meta-networking/recipes-devtools/perl => meta-perl/recipes-perl}/libauthen/libauthen-radius-perl_0.22.bb (100%)
diff --git a/meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl/run-ptest b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/run-ptest
similarity index 100%
rename from meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl/run-ptest
rename to meta-perl/recipes-perl/libauthen/libauthen-radius-perl/run-ptest
diff --git a/meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch
similarity index 100%
rename from meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch
rename to meta-perl/recipes-perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch
diff --git a/meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl_0.22.bb b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb
similarity index 100%
rename from meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl_0.22.bb
rename to meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb
--
2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [meta-perl][PATCH] recipes-devtools: Move back from meta-networking to meta-perl
2019-06-07 20:18 [meta-perl][PATCH] recipes-devtools: Move back from meta-networking to meta-perl Adrian Bunk
@ 2019-06-07 21:51 ` akuster808
2019-06-08 6:28 ` Adrian Bunk
2019-06-09 10:00 ` Adrian Bunk
1 sibling, 1 reply; 4+ messages in thread
From: akuster808 @ 2019-06-07 21:51 UTC (permalink / raw)
To: Adrian Bunk, openembedded-devel
On 6/7/19 1:18 PM, Adrian Bunk wrote:
> It needs both freeradius and perl-module-data-dumper,
> so neither place would fulfill all dependencies.
>
> In general meta-perl looks like the more appropriate place.
>
> The location in meta-networking also had the problem that
> it was one directory too deep and therefore not included
> in BBFILES.
can this be run w/o meta-networking?
- armin
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
> .../recipes-perl}/libauthen/libauthen-radius-perl/run-ptest | 0
> .../libauthen-radius-perl/test.pl-adjust-for-ptest.patch | 0
> .../recipes-perl}/libauthen/libauthen-radius-perl_0.22.bb | 0
> 3 files changed, 0 insertions(+), 0 deletions(-)
> rename {meta-networking/recipes-devtools/perl => meta-perl/recipes-perl}/libauthen/libauthen-radius-perl/run-ptest (100%)
> rename {meta-networking/recipes-devtools/perl => meta-perl/recipes-perl}/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch (100%)
> rename {meta-networking/recipes-devtools/perl => meta-perl/recipes-perl}/libauthen/libauthen-radius-perl_0.22.bb (100%)
>
> diff --git a/meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl/run-ptest b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/run-ptest
> similarity index 100%
> rename from meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl/run-ptest
> rename to meta-perl/recipes-perl/libauthen/libauthen-radius-perl/run-ptest
> diff --git a/meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch
> similarity index 100%
> rename from meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch
> rename to meta-perl/recipes-perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch
> diff --git a/meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl_0.22.bb b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb
> similarity index 100%
> rename from meta-networking/recipes-devtools/perl/libauthen/libauthen-radius-perl_0.22.bb
> rename to meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [meta-perl][PATCH] recipes-devtools: Move back from meta-networking to meta-perl
2019-06-07 21:51 ` akuster808
@ 2019-06-08 6:28 ` Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2019-06-08 6:28 UTC (permalink / raw)
To: akuster808; +Cc: openembedded-devel
On Fri, Jun 07, 2019 at 02:51:05PM -0700, akuster808 wrote:
> On 6/7/19 1:18 PM, Adrian Bunk wrote:
> > It needs both freeradius and perl-module-data-dumper,
> > so neither place would fulfill all dependencies.
>...
> can this be run w/o meta-networking?
No, as I wrote.
> - armin
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-perl][PATCH] recipes-devtools: Move back from meta-networking to meta-perl
2019-06-07 20:18 [meta-perl][PATCH] recipes-devtools: Move back from meta-networking to meta-perl Adrian Bunk
2019-06-07 21:51 ` akuster808
@ 2019-06-09 10:00 ` Adrian Bunk
1 sibling, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2019-06-09 10:00 UTC (permalink / raw)
To: openembedded-devel
Seems I botched the title, resending with this corrected.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-09 10:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-07 20:18 [meta-perl][PATCH] recipes-devtools: Move back from meta-networking to meta-perl Adrian Bunk
2019-06-07 21:51 ` akuster808
2019-06-08 6:28 ` Adrian Bunk
2019-06-09 10:00 ` Adrian Bunk
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.