diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-01-18 13:48:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-25 12:42:46 +0000 |
commit | 07ab6f118e481b987b075aaab139c9cb50f50dfd (patch) | |
tree | 5dae86b4e51be537e4406413f8b0e0a615261972 /meta | |
parent | f8a4a74c8cd69de2b3332526e1110ff745fb824d (diff) | |
download | poky-07ab6f118e481b987b075aaab139c9cb50f50dfd.tar.gz |
packagegroup-core-gtk-directfb: rename to packagegroup-core-directfb
- DirectFB is not supported by gtk versions >= 2.18
- remove the backwards compatibility statements (packagegroup-core-directfb
is an independent packagegroup)
- remove all gtk dependencies
[YOCTO #3642]
(From OE-Core rev: 423a397b2bf1a32519761ae3f0b048e0595c59e8)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb | 16 | ||||
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb | 23 |
2 files changed, 16 insertions, 23 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb new file mode 100644 index 0000000000..aca3a676ba --- /dev/null +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "DirectFB without X11" | ||
2 | PR = "r0" | ||
3 | LICENSE = "MIT" | ||
4 | |||
5 | inherit packagegroup | ||
6 | |||
7 | TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' | ||
8 | |||
9 | RDEPENDS_${PN} = " \ | ||
10 | directfb \ | ||
11 | directfb-examples \ | ||
12 | pango \ | ||
13 | pango-modules \ | ||
14 | fontconfig \ | ||
15 | ${TOUCH} \ | ||
16 | " | ||
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb deleted file mode 100644 index 55b0b9d020..0000000000 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-gtk-directfb.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | SUMMARY = "GTK+ over DirectFB without X11" | ||
2 | PR = "r1" | ||
3 | LICENSE = "MIT" | ||
4 | |||
5 | inherit packagegroup | ||
6 | |||
7 | # For backwards compatibility after rename | ||
8 | RPROVIDES_${PN} = "task-core-gtk-directfb-base" | ||
9 | RREPLACES_${PN} = "task-core-gtk-directfb-base" | ||
10 | RCONFLICTS_${PN} = "task-core-gtk-directfb-base" | ||
11 | |||
12 | TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' | ||
13 | |||
14 | RDEPENDS_${PN} = " \ | ||
15 | directfb \ | ||
16 | directfb-examples \ | ||
17 | pango \ | ||
18 | pango-modules \ | ||
19 | fontconfig \ | ||
20 | gtk+ \ | ||
21 | gtk-demo \ | ||
22 | ${TOUCH} \ | ||
23 | " | ||