diff mbox series

[meta-arago,master,10/13] libredblack: move and clean up

Message ID 20250313104029.14977-11-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series Update and cleanup sysrepo packages | expand

Commit Message

Ryan Eatmon March 13, 2025, 10:40 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

* Move into recipes-extended
* Clean unnecessary comments

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>

libredblack cleanup

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../sysrepo}/libredblack_git.bb                             | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
 rename meta-arago-extras/{recipes-sysrepo/libredblack => recipes-extended/sysrepo}/libredblack_git.bb (62%)

Comments

Denys Dmytriyenko March 13, 2025, 6:12 p.m. UTC | #1
On Thu, Mar 13, 2025 at 05:40:26AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
> 
> * Move into recipes-extended
> * Clean unnecessary comments
> 
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>

Huh, when I squashed the 2 commits into 1, I missed some extra text below...


> libredblack cleanup
> 
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  .../sysrepo}/libredblack_git.bb                             | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
>  rename meta-arago-extras/{recipes-sysrepo/libredblack => recipes-extended/sysrepo}/libredblack_git.bb (62%)
> 
> diff --git a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb b/meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb
> similarity index 62%
> rename from meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
> rename to meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb
> index 412d08d8..80283c73 100644
> --- a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
> +++ b/meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb
> @@ -10,12 +10,8 @@ SRCREV = "a399310d99b61eec4d3c0677573ab5dddcf9395d"
>  
>  S = "${WORKDIR}/git"
>  
> -# NOTE: if this software is not capable of being built in a separate build directory
> -# from the source, you should replace autotools with autotools-brokensep in the
> -# inherit line
>  inherit python3native autotools
>  
> -# Specify any options you want to pass to the configure script using EXTRA_OECONF:
> -EXTRA_OECONF = " --without-rbgen "
> +EXTRA_OECONF = "--without-rbgen"
>  
>  BBCLASSEXTEND = "native nativesdk"
> -- 
> 2.17.1
Ryan Eatmon March 13, 2025, 6:46 p.m. UTC | #2
On 3/13/2025 1:12 PM, Denys Dmytriyenko wrote:
> On Thu, Mar 13, 2025 at 05:40:26AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> From: Denys Dmytriyenko <denys@konsulko.com>
>>
>> * Move into recipes-extended
>> * Clean unnecessary comments
>>
>> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> 
> Huh, when I squashed the 2 commits into 1, I missed some extra text below...

I'll fix that and send a v2.


> 
>> libredblack cleanup
>>
>> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>>   .../sysrepo}/libredblack_git.bb                             | 6 +-----
>>   1 file changed, 1 insertion(+), 5 deletions(-)
>>   rename meta-arago-extras/{recipes-sysrepo/libredblack => recipes-extended/sysrepo}/libredblack_git.bb (62%)
>>
>> diff --git a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb b/meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb
>> similarity index 62%
>> rename from meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
>> rename to meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb
>> index 412d08d8..80283c73 100644
>> --- a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
>> +++ b/meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb
>> @@ -10,12 +10,8 @@ SRCREV = "a399310d99b61eec4d3c0677573ab5dddcf9395d"
>>   
>>   S = "${WORKDIR}/git"
>>   
>> -# NOTE: if this software is not capable of being built in a separate build directory
>> -# from the source, you should replace autotools with autotools-brokensep in the
>> -# inherit line
>>   inherit python3native autotools
>>   
>> -# Specify any options you want to pass to the configure script using EXTRA_OECONF:
>> -EXTRA_OECONF = " --without-rbgen "
>> +EXTRA_OECONF = "--without-rbgen"
>>   
>>   BBCLASSEXTEND = "native nativesdk"
>> -- 
>> 2.17.1
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb b/meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb
similarity index 62%
rename from meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
rename to meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb
index 412d08d8..80283c73 100644
--- a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
+++ b/meta-arago-extras/recipes-extended/sysrepo/libredblack_git.bb
@@ -10,12 +10,8 @@  SRCREV = "a399310d99b61eec4d3c0677573ab5dddcf9395d"
 
 S = "${WORKDIR}/git"
 
-# NOTE: if this software is not capable of being built in a separate build directory
-# from the source, you should replace autotools with autotools-brokensep in the
-# inherit line
 inherit python3native autotools
 
-# Specify any options you want to pass to the configure script using EXTRA_OECONF:
-EXTRA_OECONF = " --without-rbgen "
+EXTRA_OECONF = "--without-rbgen"
 
 BBCLASSEXTEND = "native nativesdk"