diff options
-rw-r--r-- | meta/recipes-extended/lsb/lsb_4.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/lsb/lsbinitscripts_9.64.bb | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index 6215b62d80..c9f6a8bd9f 100644 --- a/meta/recipes-extended/lsb/lsb_4.1.bb +++ b/meta/recipes-extended/lsb/lsb_4.1.bb | |||
@@ -9,8 +9,8 @@ LSB_CORE_x86 = "lsb-core-ia32" | |||
9 | LSB_CORE_x86-64 = "lsb-core-amd64" | 9 | LSB_CORE_x86-64 = "lsb-core-amd64" |
10 | RPROVIDES_${PN} += "${LSB_CORE}" | 10 | RPROVIDES_${PN} += "${LSB_CORE}" |
11 | 11 | ||
12 | # lsb_release needs getopt | 12 | # lsb_release needs getopt, lsbinitscripts |
13 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt}" | 13 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt} lsbinitscripts" |
14 | 14 | ||
15 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" | 15 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" |
16 | 16 | ||
diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb index 6db667c135..150f6f230d 100644 --- a/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb +++ b/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb | |||
@@ -3,6 +3,8 @@ SECTION = "base" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | DEPENDS = "popt glib-2.0" | 4 | DEPENDS = "popt glib-2.0" |
5 | 5 | ||
6 | RDEPENDS_${PN} += "util-linux" | ||
7 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ebf4e8b49780ab187d51bd26aaa022c6" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ebf4e8b49780ab187d51bd26aaa022c6" |
7 | 9 | ||
8 | S="${WORKDIR}/initscripts-${PV}" | 10 | S="${WORKDIR}/initscripts-${PV}" |