From 2f954fcd4961c1c93a4e7e7196eeaa5671abb900 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 28 Mar 2004 12:10:41 +0000 Subject: apply misc. packaging patches courtesy Philip Blundell BKrev: 4066c0c1GbB5MlJ52Kb-TsfEZj5lxQ --- gcc/gcc-cross_3.3.3.oe | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc') diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe index 1dac954514..4aae2b6eaf 100644 --- a/gcc/gcc-cross_3.3.3.oe +++ b/gcc/gcc-cross_3.3.3.oe @@ -72,6 +72,11 @@ do_stage_append () { rm -rf ${CROSS_DIR}/share } +python do_package_prepend() { + if oe.data.getVar('DEBIAN_NAMES', d, 1): + oe.data.setVar('PKG_libgcc', 'libgcc1', d) +} + do_install () { oe_runmake 'DESTDIR=${D}' install -- cgit v1.2.3