mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
Merge pull request #57 from RehiveTech/fix-sunxi-board-fex
Simple fixes for sunxi-board-fex
This commit is contained in:
commit
620311104b
@ -4,10 +4,11 @@ DESCRIPTION = "Handler for Allwinner's FEX files"
|
||||
LICENSE = "CC0-1.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/${LICENSE};md5=0ceb3372c9595f0a8067e55da801e4a1"
|
||||
DEPENDS = "sunxi-tools-native"
|
||||
PV = "1.0"
|
||||
PR = "r6"
|
||||
PV = "1.1+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://github.com/linux-sunxi/sunxi-boards.git;protocol=git"
|
||||
# Increase PV with SRCREV change
|
||||
SRCREV = "5e63e3da42254d3c23eb6436a03ed1d32fb11e98"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
@ -52,6 +53,4 @@ do_package_write_rpm[noexec] = "1"
|
||||
do_package_write_deb[noexec] = "1"
|
||||
do_populate_sysroot[noexec] = "1"
|
||||
|
||||
# Remember to add machine entry to IMAGE_DEPENDS in sdcard_image-a10.bbclass
|
||||
# when adding new machines.
|
||||
COMPATIBLE_MACHINE = "(mele|meleg|olinuxino-a10s|olinuxino-a10|olinuxino-a13|olinuxino-a20|cubieboard|cubieboard2|cubietruck)"
|
||||
|
Loading…
Reference in New Issue
Block a user