diff options
Diffstat (limited to 'meta/recipes-sato')
-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 @@ SUMMARY = "Sato desktop" LICENSE = "MIT" -PR = "r32" +PR = "r33" inherit packagegroup @@ -14,6 +14,8 @@ PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" # For backwards compatibility after rename RPROVIDES_${PN} = "task-core-x11-sato" +RREPLACES_${PN} = "task-core-x11-sato" +RCONFLICTS_${PN} = "task-core-x11-sato" RDEPENDS_${PN} = "\ ${PN}-base \ |