summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-22 16:45:59 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:00:59 +0800
commit3e090b9330cf49246cd69f6161ee39e1c1e41ba3 (patch)
tree4c32532c48211c1b0edd8824e7d109a0e29b072d
parent124ba681cfe9a53394eb3e2851aeb7662c86d63b (diff)
downloadmeta-fsl-ppc-3e090b9330cf49246cd69f6161ee39e1c1e41ba3.tar.gz
eth-config: set CLEANBROKEN to 1
'make clean' not supported. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-dpaa/eth-config/eth-config_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb
index 32ef1fa..9e69675 100644
--- a/recipes-dpaa/eth-config/eth-config_git.bb
+++ b/recipes-dpaa/eth-config/eth-config_git.bb
@@ -15,3 +15,5 @@ EXTRA_OEMAKE = "D=${D}"
15do_install() { 15do_install() {
16 oe_runmake install 16 oe_runmake install
17} 17}
18
19CLEANBROKEN = "1"