diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-03 08:41:13 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-03 08:41:13 +0000 |
| commit | ab62bf53f4256e52dfd0dc3400e63ea8b4d2dfe9 (patch) | |
| tree | b329a3317a801117d3d27e50bb36adcd8cce46dd | |
| parent | 4f388ef0418871d27a119386491e474de44652a6 (diff) | |
| download | poky-ab62bf53f4256e52dfd0dc3400e63ea8b4d2dfe9.tar.gz | |
binutils: added 2.18 cross sdk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2665 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/binutils/binutils-cross-sdk_2.18.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/binutils/binutils-cross-sdk_2.18.bb b/meta/packages/binutils/binutils-cross-sdk_2.18.bb new file mode 100644 index 0000000000..a045d9bc9c --- /dev/null +++ b/meta/packages/binutils/binutils-cross-sdk_2.18.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SECTION = "devel" | ||
| 2 | require binutils_${PV}.bb | ||
| 3 | inherit sdk | ||
| 4 | DEPENDS += "flex-native bison-native" | ||
| 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}" | ||
| 6 | EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \ | ||
| 7 | --program-prefix=${TARGET_PREFIX}" | ||
| 8 | PR = "r2" | ||
| 9 | |||
| 10 | do_stage() { | ||
| 11 | : | ||
| 12 | } | ||
| 13 | |||
| 14 | do_install () { | ||
| 15 | autotools_do_install | ||
| 16 | |||
| 17 | # Install the libiberty header | ||
| 18 | install -d ${D}${includedir} | ||
| 19 | install -m 644 ${S}/include/ansidecl.h ${D}${includedir} | ||
| 20 | install -m 644 ${S}/include/libiberty.h ${D}${includedir} | ||
| 21 | } | ||
