diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2016-10-27 14:11:32 +0200 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2016-10-27 16:13:37 +0200 |
commit | f9a0d0a5f9a982a64b5c6f235928f4845bd3ca69 (patch) | |
tree | e9910236618f1849f43c6d24f1bf6dc9bf9ee319 /recipes-devtools/binutils/binutils-cross.inc | |
parent | 416b696974560cdc27d9b314639f57e79be33b9f (diff) | |
download | meta-enea-bsp-ppc-master.tar.gz |
This reverts commit 043564f3b4dc1d2801c2170e92ec4b84403a1d0d.
The boot issue that originally caused this commit has been fixed in the
4.1 kernel.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
Conflicts:
conf/layer.conf
Diffstat (limited to 'recipes-devtools/binutils/binutils-cross.inc')
-rw-r--r-- | recipes-devtools/binutils/binutils-cross.inc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-devtools/binutils/binutils-cross.inc b/recipes-devtools/binutils/binutils-cross.inc deleted file mode 100644 index fd3d801..0000000 --- a/recipes-devtools/binutils/binutils-cross.inc +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | inherit cross | ||
2 | PROVIDES = "virtual/${TARGET_PREFIX}binutils" | ||
3 | |||
4 | PN = "binutils-cross-${TARGET_ARCH}" | ||
5 | BPN = "binutils" | ||
6 | |||
7 | INHIBIT_DEFAULT_DEPS = "1" | ||
8 | INHIBIT_AUTOTOOLS_DEPS = "1" | ||
9 | |||
10 | EXTRA_OECONF += "--with-sysroot=${STAGING_DIR_TARGET} \ | ||
11 | --disable-install-libbfd \ | ||
12 | --enable-poison-system-directories \ | ||
13 | " | ||
14 | do_install () { | ||
15 | oe_runmake 'DESTDIR=${D}' install | ||
16 | |||
17 | # We don't really need these, so we'll remove them... | ||
18 | rm -rf ${D}${STAGING_DIR_NATIVE}${libdir_native}/libiberty.a | ||
19 | rm -rf ${D}${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS} | ||
20 | rm -rf ${D}${STAGING_DIR_NATIVE}${prefix_native}/lib/ldscripts | ||
21 | rm -rf ${D}${STAGING_DIR_NATIVE}${prefix_native}/share/info | ||
22 | rm -rf ${D}${STAGING_DIR_NATIVE}${prefix_native}/share/locale | ||
23 | rm -rf ${D}${STAGING_DIR_NATIVE}${prefix_native}/share/man | ||
24 | rmdir ${D}${STAGING_DIR_NATIVE}${prefix_native}/share || : | ||
25 | rmdir ${D}${STAGING_DIR_NATIVE}${prefix_native}/${libdir}/gcc-lib || : | ||
26 | rmdir ${D}${STAGING_DIR_NATIVE}${prefix_native}/${libdir}64/gcc-lib || : | ||
27 | rmdir ${D}${STAGING_DIR_NATIVE}${prefix_native}/${libdir} || : | ||
28 | rmdir ${D}${STAGING_DIR_NATIVE}${prefix_native}/${libdir}64 || : | ||
29 | rmdir ${D}${STAGING_DIR_NATIVE}${prefix_native}/${prefix} || : | ||
30 | } | ||