diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-cross.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc_4.5.1.bb | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-cross.inc b/meta/recipes-devtools/gcc/gcc-configure-cross.inc index 04a8685358..346d1640d1 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-cross.inc | |||
@@ -20,5 +20,3 @@ do_compile_prepend () { | |||
20 | 20 | ||
21 | LIBGCCS_VAR = "-lgcc_s" | 21 | LIBGCCS_VAR = "-lgcc_s" |
22 | LIBGCCS_VAR_avr32 = "" | 22 | LIBGCCS_VAR_avr32 = "" |
23 | |||
24 | do_package_write_ipk[depends] += "virtual/libc:do_package" | ||
diff --git a/meta/recipes-devtools/gcc/libgcc_4.5.1.bb b/meta/recipes-devtools/gcc/libgcc_4.5.1.bb index a99fdeffd4..b6cf2685e5 100644 --- a/meta/recipes-devtools/gcc/libgcc_4.5.1.bb +++ b/meta/recipes-devtools/gcc/libgcc_4.5.1.bb | |||
@@ -38,5 +38,9 @@ do_install () { | |||
38 | fi | 38 | fi |
39 | } | 39 | } |
40 | 40 | ||
41 | do_package_write_ipk[depends] += "virtual/libc:do_package" | ||
42 | do_package_write_deb[depends] += "virtual/libc:do_package" | ||
43 | do_package_write_rpm[depends] += "virtual/libc:do_package" | ||
44 | |||
41 | BBCLASSEXTEND = "nativesdk" | 45 | BBCLASSEXTEND = "nativesdk" |
42 | 46 | ||