We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c0b524 + 8cecbf5 commit 07e23cdCopy full SHA for 07e23cd
meta-chromium/recipes-browser/chromium/chromium.inc
@@ -624,3 +624,15 @@ LIC_FILES_CHKSUM = "\
624
file://${S}/url/third_party/mozilla/LICENSE.txt;md5=437ced1e9b232651b0912a9594da43b2 \
625
file://${S}/v8/LICENSE;md5=3f722db07a0a940a6c859c5c9c2c78fd \
626
"
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