mirror of
git://git.yoctoproject.org/poky
synced 2026-09-10 20:12:43 +00:00
binutils: added 2.18 cross sdk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2665 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
4f388ef041
commit
ab62bf53f4
21
meta/packages/binutils/binutils-cross-sdk_2.18.bb
Normal file
21
meta/packages/binutils/binutils-cross-sdk_2.18.bb
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
SECTION = "devel"
|
||||||
|
require binutils_${PV}.bb
|
||||||
|
inherit sdk
|
||||||
|
DEPENDS += "flex-native bison-native"
|
||||||
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}"
|
||||||
|
EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
|
||||||
|
--program-prefix=${TARGET_PREFIX}"
|
||||||
|
PR = "r2"
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install () {
|
||||||
|
autotools_do_install
|
||||||
|
|
||||||
|
# Install the libiberty header
|
||||||
|
install -d ${D}${includedir}
|
||||||
|
install -m 644 ${S}/include/ansidecl.h ${D}${includedir}
|
||||||
|
install -m 644 ${S}/include/libiberty.h ${D}${includedir}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user