diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb index e959c5be6c..d42ea7ea1d 100644 --- a/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb +++ b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | SUMMARY = "GNOME Mobile And Embedded SDK (host tools)" | 5 | SUMMARY = "GNOME Mobile And Embedded SDK (host tools)" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | PR = "r12" | 7 | PR = "r13" |
8 | 8 | ||
9 | inherit packagegroup | 9 | inherit packagegroup |
10 | 10 | ||
@@ -14,6 +14,8 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | |||
14 | 14 | ||
15 | # For backwards compatibility after rename | 15 | # For backwards compatibility after rename |
16 | RPROVIDES_${PN} = "task-core-sdk-gmae" | 16 | RPROVIDES_${PN} = "task-core-sdk-gmae" |
17 | RREPLACES_${PN} = "task-core-sdk-gmae" | ||
18 | RCONFLICTS_${PN} = "task-core-sdk-gmae" | ||
17 | 19 | ||
18 | RDEPENDS_${PN} = "\ | 20 | RDEPENDS_${PN} = "\ |
19 | packagegroup-core-sdk \ | 21 | packagegroup-core-sdk \ |
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb index 3f322a08f6..e3b8484b74 100644 --- a/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb +++ b/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | SUMMARY = "GNOME Mobile And Embedded SDK (target tools)" | 5 | SUMMARY = "GNOME Mobile And Embedded SDK (target tools)" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | PR = "r15" | 7 | PR = "r16" |
8 | 8 | ||
9 | inherit packagegroup | 9 | inherit packagegroup |
10 | 10 | ||
@@ -12,6 +12,8 @@ require packagegroup-sdk-gmae.inc | |||
12 | 12 | ||
13 | # For backwards compatibility after rename | 13 | # For backwards compatibility after rename |
14 | RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target" | 14 | RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target" |
15 | RREPLACES_${PN} = "task-core-standalone-gmae-sdk-target" | ||
16 | RCONFLICTS_${PN} = "task-core-standalone-gmae-sdk-target" | ||
15 | 17 | ||
16 | RDEPENDS_${PN} = "\ | 18 | RDEPENDS_${PN} = "\ |
17 | packagegroup-core-standalone-sdk-target \ | 19 | packagegroup-core-standalone-sdk-target \ |