Doc: Fix a duplicated line in RECIPE-API-CHANGELOG.md

Message ID 20251105085038.3302159-1-wzh@ilbers.de
State Accepted, archived
Headers show
Series Doc: Fix a duplicated line in RECIPE-API-CHANGELOG.md | expand

Commit Message

Zhihang Wei Nov. 5, 2025, 8:50 a.m. UTC
A duplicated line was accidentally added to RECIPE-API-CHANGELOG.md when
resolving conflicts. This patch corrects the doc.

Signed-off-by: Zhihang Wei <wzh@ilbers.de>
---
 RECIPE-API-CHANGELOG.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Zhihang Wei Nov. 7, 2025, 1:27 p.m. UTC | #1
Applied to next.

Zhihang

On 11/5/25 09:50, Zhihang Wei wrote:
> A duplicated line was accidentally added to RECIPE-API-CHANGELOG.md when
> resolving conflicts. This patch corrects the doc.
>
> Signed-off-by: Zhihang Wei <wzh@ilbers.de>
> ---
>   RECIPE-API-CHANGELOG.md | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
> index 247aac13..88819993 100644
> --- a/RECIPE-API-CHANGELOG.md
> +++ b/RECIPE-API-CHANGELOG.md
> @@ -790,14 +790,13 @@ unset (the default), `Rules-Requires-Root` will not be added. Otherwise,
>   Set `Rules-Requires-Root: no` in `debian/control` files to prevent unnecessary
>   invocation of fakeroot during package builds. This follows Debian guidelines
>   recommending not to use fakeroot when no privileged operations (e.g., `chown`,
> -root file modifications) are required.
> +root file modifications) are required.
>   
>   ### Add opensbi class to simplify custom OpenSBI builds
>   
>   A new class called `opensbi` has been introduced that shall help writing
>   shorter recipes for custom OpenSBI builds. Usage examples can be found in
>   `meta-isar/recipes/bsp/opensbi`.
> -root file modifications) are required.
>   
>   ### Populate systemd units based on presets during image postprocessing
>

Patch

diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
index 247aac13..88819993 100644
--- a/RECIPE-API-CHANGELOG.md
+++ b/RECIPE-API-CHANGELOG.md
@@ -790,14 +790,13 @@  unset (the default), `Rules-Requires-Root` will not be added. Otherwise,
 Set `Rules-Requires-Root: no` in `debian/control` files to prevent unnecessary
 invocation of fakeroot during package builds. This follows Debian guidelines
 recommending not to use fakeroot when no privileged operations (e.g., `chown`,
-root file modifications) are required. 
+root file modifications) are required.
 
 ### Add opensbi class to simplify custom OpenSBI builds
 
 A new class called `opensbi` has been introduced that shall help writing
 shorter recipes for custom OpenSBI builds. Usage examples can be found in
 `meta-isar/recipes/bsp/opensbi`.
-root file modifications) are required.
 
 ### Populate systemd units based on presets during image postprocessing