From: Ryan Eatmon <[email protected]> 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 <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../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 --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}" + -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14020): https://lists.yoctoproject.org/g/meta-arago/message/14020 Mute This Topic: https://lists.yoctoproject.org/mt/93649121/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
