diff options
Diffstat (limited to 'meta/recipes-sato/packagegroups')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 53e15d3550..f2997a74ed 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | SUMMARY = "Sato desktop" | 5 | SUMMARY = "Sato desktop" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | PR = "r32" | 7 | PR = "r33" |
8 | 8 | ||
9 | inherit packagegroup | 9 | inherit packagegroup |
10 | 10 | ||
@@ -14,6 +14,8 @@ PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" | |||
14 | 14 | ||
15 | # For backwards compatibility after rename | 15 | # For backwards compatibility after rename |
16 | RPROVIDES_${PN} = "task-core-x11-sato" | 16 | RPROVIDES_${PN} = "task-core-x11-sato" |
17 | RREPLACES_${PN} = "task-core-x11-sato" | ||
18 | RCONFLICTS_${PN} = "task-core-x11-sato" | ||
17 | 19 | ||
18 | RDEPENDS_${PN} = "\ | 20 | RDEPENDS_${PN} = "\ |
19 | ${PN}-base \ | 21 | ${PN}-base \ |