summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/safec/safec_%.bbappend
diff options
context:
space:
mode:
authorP Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>2022-03-31 00:20:48 +0300
committerP Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>2022-05-06 02:21:19 +0300
commit18f97faa411078b95d042d207f5fff32bc8ece1d (patch)
treec557da2136640a8ce48439f19fe5f7071faffeca /meta-openbmc-mods/meta-common/recipes-core/safec/safec_%.bbappend
parent2af35ee50ce9918ee3626c59f2cff62cd3ab9568 (diff)
downloadopenbmc-18f97faa411078b95d042d207f5fff32bc8ece1d.tar.xz
Update to internal 1-0.91
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-core/safec/safec_%.bbappend')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-core/safec/safec_%.bbappend11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-core/safec/safec_%.bbappend b/meta-openbmc-mods/meta-common/recipes-core/safec/safec_%.bbappend
deleted file mode 100644
index b8256e2b1..000000000
--- a/meta-openbmc-mods/meta-common/recipes-core/safec/safec_%.bbappend
+++ /dev/null
@@ -1,11 +0,0 @@
-RDEPENDS:${PN} = ""
-do_install:append() {
- F=$(find ${D} -name check_for_unsafe_apis)
- if [ -n "${F}" ]; then
- # remove the unused perl script
- rm -f "${F}"
- # remove the script's destination directory, only if it is empty
- rmdir "$(dirname ${F})" 2>/dev/null || :
- fi
-}
-