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:
Trevor Woerner 2014-10-02 09:57:26 -04:00 committed by Otavio Salvador
parent 081406fac6
commit 5270fc8835

View File

@ -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"