mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
sunxi-tools: Fix build of sunxi-tools-native
Also add missing newline at the eof. Signed-off-by: Tomas Novotny <novotny@rehivetech.com>
This commit is contained in:
parent
a982c07f5e
commit
3d98d44f35
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
PV = "1.0+git${SRCPV}"
|
||||
PKGV = "1.0+git${GITPKGV}"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
SRCREV = "ed6f7969d80b91048b0ed95ccb61cc98f46fead7"
|
||||
|
||||
DEPENDS += "libusb"
|
||||
@ -19,6 +19,7 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
FILES_${PN} = "${bindir}/*"
|
||||
|
||||
CFLAGS = "-std=c99 -D_POSIX_C_SOURCE=200112L -I./include"
|
||||
CFLAGS_class-native = "-std=c99 -D_POSIX_C_SOURCE=200112L -I./include"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/${bindir}
|
||||
@ -31,4 +32,4 @@ do_install() {
|
||||
install -m 755 ${S}/nand-part ${D}/${bindir}
|
||||
install -m 755 ${S}/pio ${D}/${bindir}
|
||||
install -m 755 ${S}/usb-boot ${D}/${bindir}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user