mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-04 20:54:48 +02:00
bsp: rkbin: fix build since S = "${WORKDIR}/git" is implied by OE-Core
S = "${WORKDIR}/git" is now implied when using the git fetcher and since commit 46480a5e6674 ("insane/do_qa_unpack: add checks that ensure S is set correctly") the build fails if it is set to such a value. Therefore, let's remove the line in rkbin to make the build of those recipes successful again. Reviewed-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
961768ccd1
commit
e59f6fcb66
|
@ -13,8 +13,6 @@ PROVIDES += "optee-os"
|
|||
|
||||
inherit bin_package deploy
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_MACHINE = "^$"
|
||||
COMPATIBLE_MACHINE:rk3308 = "rk3308"
|
||||
|
||||
|
|
|
@ -7,8 +7,6 @@ inherit bin_package deploy
|
|||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_MACHINE = "^$"
|
||||
COMPATIBLE_MACHINE:rk3308 = "rk3308"
|
||||
COMPATIBLE_MACHINE:rk3566 = "rk3566"
|
||||
|
|
Loading…
Reference in New Issue
Block a user