Skip to content

Commit

Permalink
gcc-generate-debian-series.inc: Remove arm-multilib* patches of Debian
Browse files Browse the repository at this point in the history
Currently these patches are conflict with Poky configs and make libgcc_s.so
is installed in wrong directory. Skip these patches.
Fix error on qemuarm:
  | ERROR: libgcc-4.9.2-r0 do_package: QA Issue: libgcc: Files/directories were installed but not shipped in any package:
  |   /lib
  |   /lib/arm-linux-gnueabi
  |   /usr/lib/lib
  |   /usr/lib/lib/libgcc_s.so.1
  |   /usr/lib/lib/libgcc_s.so

Signed-off-by: Trung Do <trung.dothanh@toshiba-tsdv.com>
Signed-off-by: Kazuhiro Hayashi <kazuhiro3.hayashi@toshiba.co.jp>
  • Loading branch information
dothanhtrung authored and zuka0828 committed Dec 4, 2018
1 parent f6dabbf commit e96a9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-debian/gcc/gcc-generate-debian-series.inc
Expand Up @@ -65,5 +65,6 @@ do_debian_patch_prepend() {
-e '/config-ml.*.diff/d' \
-e '/gcc-multilib-multiarch.diff/d' \
-e '/cross-install-location.diff/d' \
-e '/arm-multilib-.*.diff/d' \
${DEBIAN_UNPACK_DIR}/debian/patches/series
}

0 comments on commit e96a9b8

Please sign in to comment.