diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-03 10:34:31 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-09-03 22:52:53 -0700 |
commit | b41c45972a6d359f034615471959c84aee2bc456 (patch) | |
tree | 5c90e0e097572d597b99d890290c5e7a46007088 /meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |
parent | 22b4ba34ad8c08b1a97e56cdc567799f1e1460ef (diff) | |
download | openembedded-core-b41c45972a6d359f034615471959c84aee2bc456.tar.gz openembedded-core-b41c45972a6d359f034615471959c84aee2bc456.tar.bz2 openembedded-core-b41c45972a6d359f034615471959c84aee2bc456.zip |
packagegroup-*: add RPROVIDES for backwards compatibility
Allow references to the old task packages to continue to work. This does
not add RPROVIDES for everything, just those packages that are likely to
have been referred to.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index b3b84e27d9..5d781ae2fe 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -12,6 +12,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" +# For backwards compatibility after rename +RPROVIDES_${PN} = "task-core-x11-sato" + RDEPENDS_${PN} = "\ ${PN}-base \ ${PN}-apps \ |