mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
lsbsetup: add missing directory install
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
@@ -13,5 +13,6 @@ S=${WORKDIR}
|
||||
|
||||
do_install() {
|
||||
# Only install file if it has a contents
|
||||
install -d ${D}/usr/bin
|
||||
install -m 0644 ${S}/LSB_Setup.sh ${D}/usr/bin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user