diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-01-16 17:32:47 +0000 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2019-01-28 22:11:03 +0000 |
commit | 3183d3ef015894de65f4e85e7d121a21de7ec5ed (patch) | |
tree | 43374d482cdeffc5b03507a1a7d0007cf5891764 /meta-agl-profile-graphical | |
parent | 4e6f036ae864b317d2af1e5e14fefb1ea4daba45 (diff) |
agl-image-weston: fix incorrect packagegroup name
Bug-AGL: SPEC-2145
Change-Id: I8b098f464b50eda76b1ceb0c3d752a8a5377f0c7
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-agl-profile-graphical')
-rw-r--r-- | meta-agl-profile-graphical/recipes-platform/images/agl-image-weston.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/recipes-platform/images/agl-image-weston.bb b/meta-agl-profile-graphical/recipes-platform/images/agl-image-weston.bb index 6c9bee7f1..bbb61c922 100644 --- a/meta-agl-profile-graphical/recipes-platform/images/agl-image-weston.bb +++ b/meta-agl-profile-graphical/recipes-platform/images/agl-image-weston.bb @@ -5,5 +5,5 @@ require agl-image-weston.inc LICENSE = "MIT" IMAGE_INSTALL_append = "\ - profile-agl-graphical \ + packagegroup-agl-profile-graphical \ " |