diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-28 12:10:41 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-28 12:10:41 +0000 |
commit | 2f954fcd4961c1c93a4e7e7196eeaa5671abb900 (patch) | |
tree | 3f3ddcf1e126b5824974f4fd76e8d8f0c3295a8f /gcc/gcc-cross_3.3.3.oe | |
parent | 81538df0cba2eefc44792a00be8d1bd9ce435ef8 (diff) |
apply misc. packaging patches courtesy Philip Blundell
BKrev: 4066c0c1GbB5MlJ52Kb-TsfEZj5lxQ
Diffstat (limited to 'gcc/gcc-cross_3.3.3.oe')
-rw-r--r-- | gcc/gcc-cross_3.3.3.oe | 5 |
1 files changed, 5 insertions, 0 deletions
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 |