Skip to content

Commit f940880

Browse files
committed
Merge branch 'upstream-pr-925'
OSSystems#925
2 parents 6365dc8 + 8cecbf5 commit f940880

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

meta-chromium/recipes-browser/chromium/chromium.inc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,3 +624,15 @@ LIC_FILES_CHKSUM = "\
624624
file://${S}/url/third_party/mozilla/LICENSE.txt;md5=437ced1e9b232651b0912a9594da43b2 \
625625
file://${S}/v8/LICENSE;md5=3f722db07a0a940a6c859c5c9c2c78fd \
626626
"
627+
628+
unlink_orphaned_gitfiles() {
629+
rm -f ${S}/.git-blame-ignore-revs
630+
rm -f ${S}/.gitallowed
631+
rm -f ${S}/.gitattributes
632+
rm -f ${S}/.gitignore
633+
rm -f ${S}/.gitmodules
634+
}
635+
636+
do_unpack:append() {
637+
bb.build.exec_func('unlink_orphaned_gitfiles', d)
638+
}

0 commit comments

Comments
 (0)