Skip to content

Commit

Permalink
re2: add bbappend for fix fetch error in webos build
Browse files Browse the repository at this point in the history
:Release Notes:
fix re2 fetch error in webos build with fix_branch_name.bbclass

:Detailed Notes:

:Testing Performed:
Checked with : bitbake -e <recipe> | grep "^SRC_URI="

:QA Notes:
No change to image.

:Issues Addressed:
[WRO-13782] Fix re2 fetch error with fix_branch_name.bbclass in webos build

Change-Id: I5526c913e1a25041290becb73d59588e46cee026
  • Loading branch information
oslogic authored and Hyunjae Shin committed Oct 18, 2022
1 parent b91ad02 commit a06d5f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta-webos/recipes-support/re2/re2_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# workaround for the upstream branch name change from master to main.
# inherit line below can be removed when the upstream kirkstone branch is updated.
# : https://lists.openembedded.org/g/openembedded-devel/message/99090
inherit fix_branch_name

0 comments on commit a06d5f4

Please sign in to comment.