diff options
| -rw-r--r-- | meta/recipes-graphics/images/core-image-directfb.bb (renamed from meta/recipes-graphics/images/core-image-gtk-directfb.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-graphics/images/core-image-gtk-directfb.bb b/meta/recipes-graphics/images/core-image-directfb.bb index 05f03cdcef..4f47185437 100644 --- a/meta/recipes-graphics/images/core-image-gtk-directfb.bb +++ b/meta/recipes-graphics/images/core-image-directfb.bb | |||
| @@ -1,21 +1,20 @@ | |||
| 1 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
| 2 | PR="r1" | 2 | PR="r0" |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
| 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 7 | 7 | ||
| 8 | |||
| 9 | inherit core-image | 8 | inherit core-image |
| 10 | 9 | ||
| 11 | IMAGE_INSTALL += "\ | 10 | IMAGE_INSTALL += "\ |
| 12 | ${CORE_IMAGE_BASE_INSTALL} \ | 11 | ${CORE_IMAGE_BASE_INSTALL} \ |
| 13 | packagegroup-core-basic \ | 12 | packagegroup-core-basic \ |
| 14 | packagegroup-core-gtk-directfb \ | 13 | packagegroup-core-directfb \ |
| 15 | " | 14 | " |
| 16 | 15 | ||
| 17 | python __anonymous () { | 16 | python __anonymous () { |
| 18 | packages = d.getVar('DISTRO_FEATURES', True).split() | 17 | packages = d.getVar('DISTRO_FEATURES', True).split() |
| 19 | if "x11" in packages: | 18 | if "x11" in packages: |
| 20 | raise bb.parse.SkipPackage("FEATURE \"x11\" is in DISTRO_FEATURES, Please remove \"x11\" from DISTRO_FEATURES, use \"gtk-directfb\" instead of it\n") | 19 | raise bb.parse.SkipPackage("FEATURE \"x11\" is in DISTRO_FEATURES, Please remove \"x11\" from DISTRO_FEATURES, use \"directfb\" instead of it\n") |
| 21 | } | 20 | } |
