diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-04-22 15:08:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:58:45 +0100 |
| commit | 92f482bc3c069730247f8f8b596d741c17d4a1e2 (patch) | |
| tree | 686305e62bccb5313e77d4ae327e872d1910a0bd | |
| parent | 7f8b97535f1ad4479c26509ee990581e30dc51da (diff) | |
| download | poky-92f482bc3c069730247f8f8b596d741c17d4a1e2.tar.gz | |
meta: add comments to explain autotools-brokensep use
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/git/git.inc | 1 | ||||
| -rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 1 | ||||
| -rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index a1d0300be7..7b3bec7fda 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
| @@ -17,6 +17,7 @@ EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ | |||
| 17 | --without-tcltk \ | 17 | --without-tcltk \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | # Needs brokensep as this doesn't use automake | ||
| 20 | inherit autotools-brokensep perlnative bash-completion | 21 | inherit autotools-brokensep perlnative bash-completion |
| 21 | 22 | ||
| 22 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" | 23 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" |
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 | ||
| 15 | DEPENDS += "base-passwd" | 15 | DEPENDS += "base-passwd" |
| 16 | 16 | ||
| 17 | # autotools-brokensep as this package doesn't use automake | ||
| 17 | inherit autotools-brokensep gettext systemd | 18 | inherit autotools-brokensep gettext systemd |
| 18 | 19 | ||
| 19 | EXTRA_OECONF += "--disable-sensors" | 20 | EXTRA_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 | ||
| 28 | UPSTREAM_CHECK_REGEX = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)" | 28 | UPSTREAM_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 | ||
| 30 | inherit autotools-brokensep distro_features_check | 31 | inherit autotools-brokensep distro_features_check |
| 31 | 32 | ||
| 32 | # The xprop requires x11 in DISTRO_FEATURES | 33 | # The xprop requires x11 in DISTRO_FEATURES |
