summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-04-22 15:08:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-29 19:35:55 +0100
commitd8d2fa887d6ad2c839a0847f4ff54f0e886afc36 (patch)
tree11be6b12b5afd6c754b67c545cea3e3759649e7f /meta/recipes-extended
parent226d54067efbdd9fb8299e552558c88a5e065b58 (diff)
downloadpoky-d8d2fa887d6ad2c839a0847f4ff54f0e886afc36.tar.gz
meta: add comments to explain autotools-brokensep use
(From OE-Core rev: f0ffea3e6047402f194d408a038272a8cadcde4a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc1
-rw-r--r--meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index c353291935..bb5629db4c 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -14,6 +14,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
14 14
15DEPENDS += "base-passwd" 15DEPENDS += "base-passwd"
16 16
17# autotools-brokensep as this package doesn't use automake
17inherit autotools-brokensep gettext systemd 18inherit autotools-brokensep gettext systemd
18 19
19EXTRA_OECONF += "--disable-sensors" 20EXTRA_OECONF += "--disable-sensors"
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb
index c1472cf97c..5007498bb0 100644
--- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb
+++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb
@@ -27,6 +27,7 @@ SRC_URI[sha256sum] = "b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7
27 27
28UPSTREAM_CHECK_REGEX = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)" 28UPSTREAM_CHECK_REGEX = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)"
29 29
30# Needs brokensep as this doesn't use automake
30inherit autotools-brokensep distro_features_check 31inherit autotools-brokensep distro_features_check
31 32
32# The xprop requires x11 in DISTRO_FEATURES 33# The xprop requires x11 in DISTRO_FEATURES