diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc-cross_3.3.3.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe index 4aae2b6eaf..0a7679b933 100644 --- a/gcc/gcc-cross_3.3.3.oe +++ b/gcc/gcc-cross_3.3.3.oe @@ -72,9 +72,10 @@ do_stage_append () { rm -rf ${CROSS_DIR}/share } -python do_package_prepend() { +python do_package() { if oe.data.getVar('DEBIAN_NAMES', d, 1): oe.data.setVar('PKG_libgcc', 'libgcc1', d) + oe.build.exec_func('package_do_package', d) } do_install () { |