Skip to content

Commit

Permalink
m4-projects: correct qa buildpaths
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Priouzeau <[email protected]>
  • Loading branch information
Christophe Priouzeau committed Apr 20, 2023
1 parent 547672d commit 102a2fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes-extended/m4projects/m4projects.inc
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,8 @@ FILES:${PN} += "${nonarch_base_libdir}/firmware ${sysconfdir}/init.d ${systemd_u
FILES:${PN} += "${@bb.utils.contains('M4_PACKAGE_4USERFS', '1', '', '${M4_OUTPUT_4USERFS}', d)}"
FILES:${PN}-userfs = "${@bb.utils.contains('M4_PACKAGE_4USERFS', '1', '${M4_OUTPUT_4USERFS}', '', d)}"
RDEPENDS:${PN}-userfs += "busybox"

# ---------------------------------------------------------------------
# Avoid QA Issue: contains reference to TMPDIR [buildpaths]
INSANE_SKIP:${PN} += "buildpaths"
INSANE_SKIP:${PN}-userfs += "buildpaths"

0 comments on commit 102a2fd

Please sign in to comment.