diff options
| -rw-r--r-- | meta/recipes-core/libcgroup/libcgroup_3.0.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/libcgroup/libcgroup_3.0.0.bb b/meta/recipes-core/libcgroup/libcgroup_3.0.0.bb index 9937a17fb5..457b965481 100644 --- a/meta/recipes-core/libcgroup/libcgroup_3.0.0.bb +++ b/meta/recipes-core/libcgroup/libcgroup_3.0.0.bb | |||
| @@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4d794c5d710e5b3547a6cc6a6609a641" | |||
| 10 | inherit autotools pkgconfig github-releases | 10 | inherit autotools pkgconfig github-releases |
| 11 | 11 | ||
| 12 | DEPENDS = "bison-native flex-native" | 12 | DEPENDS = "bison-native flex-native" |
| 13 | DEPENDS:append:libc-musl = " fts" | ||
| 13 | 14 | ||
| 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v3.0/${BP}.tar.gz \ | 15 | SRC_URI = "${GITHUB_BASE_URI}/download/v3.0/${BP}.tar.gz \ |
| 15 | file://0001-api-Use-GNU-strerror_r-when-available.patch \ | 16 | file://0001-api-Use-GNU-strerror_r-when-available.patch \ |
| @@ -18,9 +19,6 @@ UPSTREAM_CHECK_URI = "https://github.com/libcgroup/libcgroup/tags" | |||
| 18 | 19 | ||
| 19 | SRC_URI[sha256sum] = "8d284d896fca1c981b55850e92acd3ad9648a69227c028dda7ae3402af878edd" | 20 | SRC_URI[sha256sum] = "8d284d896fca1c981b55850e92acd3ad9648a69227c028dda7ae3402af878edd" |
| 20 | 21 | ||
| 21 | DEPENDS:append:libc-musl = " fts " | ||
| 22 | EXTRA_OEMAKE:append:libc-musl = " LIBS=-lfts" | ||
| 23 | |||
| 24 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 22 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
| 25 | PACKAGECONFIG[pam] = "--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes,--enable-pam=no,libpam" | 23 | PACKAGECONFIG[pam] = "--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes,--enable-pam=no,libpam" |
| 26 | 24 | ||
