diff options
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 5e40698644..bbb28c3da0 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
| @@ -46,7 +46,7 @@ python util_linux_binpackages () { | |||
| 46 | do_split_packages(d, root=dir, | 46 | do_split_packages(d, root=dir, |
| 47 | file_regex=r'(.*)', output_pattern='${PN}-%s', | 47 | file_regex=r'(.*)', output_pattern='${PN}-%s', |
| 48 | description='${PN} %s', | 48 | description='${PN} %s', |
| 49 | hook=pkg_hook, extra_depends='', prepend=True) | 49 | hook=pkg_hook, extra_depends='') |
| 50 | 50 | ||
| 51 | # There are some symlinks for some binaries which we have ignored | 51 | # There are some symlinks for some binaries which we have ignored |
| 52 | # above. Add them to the package owning the binary they are | 52 | # above. Add them to the package owning the binary they are |
| @@ -110,10 +110,13 @@ PACKAGECONFIG[pylibmount] = "--with-python=3 --enable-pylibmount,--without-pytho | |||
| 110 | # Readline support | 110 | # Readline support |
| 111 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | 111 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" |
| 112 | 112 | ||
| 113 | ALLOW_EMPTY_${PN} = "1" | ||
| 114 | FILES_${PN} = "" | ||
| 113 | FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*" | 115 | FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*" |
| 114 | 116 | ||
| 115 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/libmount/pylibmount.la" | 117 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/libmount/pylibmount.la" |
| 116 | 118 | ||
| 119 | FILES_${PN}-mount = "${sysconfdir}/default/mountall" | ||
| 117 | FILES_util-linux-runuser = "${sysconfdir}/pam.d/runuser*" | 120 | FILES_util-linux-runuser = "${sysconfdir}/pam.d/runuser*" |
| 118 | FILES_util-linux-su = "${sysconfdir}/pam.d/su-l" | 121 | FILES_util-linux-su = "${sysconfdir}/pam.d/su-l" |
| 119 | CONFFILES_util-linux-su = "${sysconfdir}/pam.d/su-l" | 122 | CONFFILES_util-linux-su = "${sysconfdir}/pam.d/su-l" |
