diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-17 10:42:55 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-17 16:36:39 -0300 |
| commit | 9fe0dc9b6cd04311f869d7c1b7fda9d341269593 (patch) | |
| tree | 6acdfb72ebfddb0555dabb3c50798a111d36a855 | |
| parent | 7d0b9f0ce2ba5150b9fbe79934158ba0cd83ee8f (diff) | |
| download | meta-freescale-9fe0dc9b6cd04311f869d7c1b7fda9d341269593.tar.gz | |
mxsldr: Use 'autotools-brokensep' as out of tree build is not supported
The out of tree build is not currently supported so disable it for
now; this change is need to allow autotools to default to out of tree
builds in future.
Change-Id: Ib7827d3b6c818235da2d8fcb2f0f8e953a84c515
Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb b/meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb index 1951e5969..497f6a19d 100644 --- a/meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb +++ b/meta-fsl-arm/recipes-bsp/mxsldr/mxsldr_git.bb | |||
| @@ -13,6 +13,6 @@ PV = "0.0.0+git${SRCPV}" | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit autotools | 16 | inherit autotools-brokensep |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
