remove extra slashes in paths
This commit is contained in:
parent
4755714d61
commit
cbdeccc175
@ -23,11 +23,11 @@ addtask mkimage after do_compile before do_install
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install () {
|
||||
install -D -m 644 ${B}/boot.scr ${D}/boot/boot.scr
|
||||
install -D -m 644 ${B}/boot.scr ${D}boot/boot.scr
|
||||
}
|
||||
|
||||
do_deploy () {
|
||||
install -D -m 644 ${D}/boot/boot.scr ${DEPLOYDIR}/boot.scr-${MACHINE}-${PV}-${PR}
|
||||
install -D -m 644 ${D}boot/boot.scr ${DEPLOYDIR}/boot.scr-${MACHINE}-${PV}-${PR}
|
||||
|
||||
cd ${DEPLOYDIR}
|
||||
rm -f boot.scr
|
||||
|
||||
@ -16,6 +16,6 @@ EXTRA_OEMAKE = "ARCH=${ARCH}"
|
||||
EXTRA_OEMAKE += "KSRC=${STAGING_KERNEL_BUILDDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/lib/modules/${KERNEL_VERSION}
|
||||
install -m 0755 ${B}/8189es.ko ${D}/lib/modules/${KERNEL_VERSION}/8192eu.ko
|
||||
install -d ${D}lib/modules/${KERNEL_VERSION}
|
||||
install -m 0755 ${B}/8189es.ko ${D}lib/modules/${KERNEL_VERSION}/8192eu.ko
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user