diff options
author | 2020-07-07 13:30:10 +0800 | |
---|---|---|
committer | 2020-07-14 19:44:48 +0000 | |
commit | 376fad4de19e58b36289644750db912e71b9cf41 (patch) | |
tree | 0af1c2bf2baa4cdda0221d3060f9db05c2ec1adc | |
parent | 547f552c853056c117a08fb88636b9cf0919121d (diff) | |
download | meta-security-376fad4de19e58b36289644750db912e71b9cf41.tar.gz meta-security-376fad4de19e58b36289644750db912e71b9cf41.tar.bz2 meta-security-376fad4de19e58b36289644750db912e71b9cf41.zip |
ccs-tools:Fix build error when enable multilib.
ERROR: lib32-ccs-tools-1.8.4-r0 do_install: oe_runmake failed
ERROR: lib32-ccs-tools-1.8.4-r0 do_install: Execution of
'/build-armv8/tmp/work/armv7ahf-neon-mllib32-linux-gnueabi/lib32-ccs-tools/1.8.4-r0/temp/run.do_install.22368'
failed with exit code 1:
make: *** No rule to make target 'install'. Stop.
WARNING: exit code 1 from a shell command.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-mac/ccs-tools/ccs-tools_1.8.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb b/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb index 2e37c0b..79af6a5 100644 --- a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb +++ b/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb @@ -13,7 +13,7 @@ SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/${BPN}-${PV}-${DS}.tar.gz" SRC_URI[md5sum] = "eeee8eb96a7680bfa9c8f6de55502c44" SRC_URI[sha256sum] = "c358b80a2ea77a9dda79dc2a056dae3acaf3a72fcb8481cfb1cd1f16746324b4" -S = "${WORKDIR}/${PN}" +S = "${WORKDIR}/${BPN}" inherit features_check |