diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 5 | ||||
-rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb index a07a6adb68..3d5075e807 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | |||
@@ -7,7 +7,10 @@ DESCRIPTION = "Packages required to satisfy the Linux Standard Base (LSB) specif | |||
7 | PR = "r10" | 7 | PR = "r10" |
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | 9 | ||
10 | inherit packagegroup | 10 | inherit packagegroup distro_features_check |
11 | |||
12 | # The libxt, libxtst and others require x11 in DISTRO_FEATURES | ||
13 | REQUIRED_DISTRO_FEATURES = "x11" | ||
11 | 14 | ||
12 | # | 15 | # |
13 | # We will skip parsing this packagegeoup for non-glibc systems | 16 | # We will skip parsing this packagegeoup for non-glibc systems |
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb index 2ac979b0b9..46f1e3c6e3 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb | |||
@@ -24,6 +24,9 @@ SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \ | |||
24 | SRC_URI[md5sum] = "fadf5e7a08e0526fc60dbe3e5b7ef8d6" | 24 | SRC_URI[md5sum] = "fadf5e7a08e0526fc60dbe3e5b7ef8d6" |
25 | SRC_URI[sha256sum] = "7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209d79102" | 25 | SRC_URI[sha256sum] = "7b05558ae4bb8ede356863cae8c42e3e012aa421bf9d45130a570fd209d79102" |
26 | 26 | ||
27 | inherit autotools-brokensep | 27 | inherit autotools-brokensep distro_features_check |
28 | |||
29 | # The xprop requires x11 in DISTRO_FEATURES | ||
30 | REQUIRED_DISTRO_FEATURES = "x11" | ||
28 | 31 | ||
29 | RDEPENDS_${PN} += "xprop" | 32 | RDEPENDS_${PN} += "xprop" |