mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 23:13:02 +02:00
glive: fix S != B brokenness
The 'do_install' task fails due to out-of-source-tree builds: make: *** No rule to make target `install'. Stop. Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
081406fac6
commit
5270fc8835
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
SRC_URI = "git://github.com/johnweber/glive.git;branch=master"
|
SRC_URI = "git://github.com/johnweber/glive.git;branch=master"
|
||||||
SRCREV = "d7263f6dc685efb06cbd0f70b12c12193cec480a"
|
SRCREV = "d7263f6dc685efb06cbd0f70b12c12193cec480a"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools-brokensep pkgconfig
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user