diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-02-19 00:00:20 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-18 23:03:42 +0000 |
commit | 3a788ab8e1f5b076e09a694ba225f7132c6171bf (patch) | |
tree | 1fa011decd7cd2cc14f70bed4359f43417ea915c /meta-agl-profile-graphical-html5/recipes-wam/chromium | |
parent | 59bd63d58261d55bba95e1e243b670c4670f91b1 (diff) |
Add name= to SRC_URI entry for chromium
This fixes an issue found when using the ARCHIVER.bbclass.
Bug-AGL: SPEC-3189
.
Change-Id: Ie2048236ed3baa3df0336711fa93758a4093caae
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-profile-graphical-html5/recipes-wam/chromium')
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb index 8b47bc73..100eb628 100644 --- a/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb +++ b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb @@ -19,8 +19,8 @@ DEPENDS = "virtual/gettext wayland wayland-native pixman freetype glib-2.0 fontc PROVIDES = "${BROWSER_APPLICATION}" SRC_URI = "\ - git://github.com/webosose/${PN};branch=@39.agl.guppy;protocol=https;rev=${SRCREV_chromium68} \ - git://github.com/webosose/v8;destsuffix=git/src/v8;rev=${SRCREV_v8} \ + git://github.com/webosose/${PN};branch=@39.agl.guppy;protocol=https;rev=${SRCREV_chromium68};name=chromium68 \ + git://github.com/webosose/v8;destsuffix=git/src/v8;rev=${SRCREV_v8};name=v8 \ file://v8-qemu-wrapper.patch \ " SRCREV_chromium68 = "5ebefe83ead91ce6fd2ac8ff9699b848a83ee0ff" |