diff mbox series

[master/kirkstone,42/52] oe-core: Fix rm_work issue with some packages from oe-core.

Message ID 20220913040246.2365077-43-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Latest 2022.09 sync-up with Dunfell | expand

Commit Message

Denys Dmytriyenko Sept. 13, 2022, 4:02 a.m. UTC
From: Ryan Eatmon <reatmon@ti.com>

There appears to be an issue with a few packages from oe-core
and the rm_work feature when combined with the srcipk feature
of arago.  These recipes patch files and after the rm_work the
bitbake flow does not re-fetch the source again, so the patch
fails the second time around.  Easy fix is to just exclude
rm_worke on these packages.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-devtools/opkg-utils/opkg-utils_%.bbappend          | 3 +++
 meta-arago-distro/recipes-devtools/swig/swig_%.bbappend        | 3 +++
 meta-arago-distro/recipes-extended/bc/bc_%.bbappend            | 3 +++
 3 files changed, 9 insertions(+)
 create mode 100644 meta-arago-distro/recipes-devtools/opkg-utils/opkg-utils_%.bbappend
 create mode 100644 meta-arago-distro/recipes-devtools/swig/swig_%.bbappend
 create mode 100644 meta-arago-distro/recipes-extended/bc/bc_%.bbappend
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-devtools/opkg-utils/opkg-utils_%.bbappend b/meta-arago-distro/recipes-devtools/opkg-utils/opkg-utils_%.bbappend
new file mode 100644
index 00000000..29d90a9d
--- /dev/null
+++ b/meta-arago-distro/recipes-devtools/opkg-utils/opkg-utils_%.bbappend
@@ -0,0 +1,3 @@ 
+
+RM_WORK_EXCLUDE += "${PN}"
+
diff --git a/meta-arago-distro/recipes-devtools/swig/swig_%.bbappend b/meta-arago-distro/recipes-devtools/swig/swig_%.bbappend
new file mode 100644
index 00000000..29d90a9d
--- /dev/null
+++ b/meta-arago-distro/recipes-devtools/swig/swig_%.bbappend
@@ -0,0 +1,3 @@ 
+
+RM_WORK_EXCLUDE += "${PN}"
+
diff --git a/meta-arago-distro/recipes-extended/bc/bc_%.bbappend b/meta-arago-distro/recipes-extended/bc/bc_%.bbappend
new file mode 100644
index 00000000..29d90a9d
--- /dev/null
+++ b/meta-arago-distro/recipes-extended/bc/bc_%.bbappend
@@ -0,0 +1,3 @@ 
+
+RM_WORK_EXCLUDE += "${PN}"
+