diff options
| -rw-r--r-- | meta-oe/recipes-extended/smartmontools/smartmontools_7.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_7.5.bb b/meta-oe/recipes-extended/smartmontools/smartmontools_7.5.bb index 6f3bf49c07..96e48ee924 100644 --- a/meta-oe/recipes-extended/smartmontools/smartmontools_7.5.bb +++ b/meta-oe/recipes-extended/smartmontools/smartmontools_7.5.bb | |||
| @@ -19,6 +19,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/smartmontools/smartmontools-${PV}.tar.gz \ | |||
| 19 | file://0001-configure.ac-Define-SOURCE_DATE_EPOCH-in-CPPFLAGS.patch \ | 19 | file://0001-configure.ac-Define-SOURCE_DATE_EPOCH-in-CPPFLAGS.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/smartmontools/files/" | ||
| 23 | UPSTREAM_CHECK_REGEX = "smartmontools-(?P<pver>\d+(\.\d+)+)" | ||
| 24 | |||
| 22 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'libcap-ng selinux', d)}" | 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'libcap-ng selinux', d)}" |
| 23 | PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng" | 26 | PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng" |
| 24 | PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux" | 27 | PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux" |
