mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
libgcc: Explicitly wait for the libc packaging to occur before libgcc packages
libgcc can link against the libc and libc can be dynamically renamed so we ensure we package after libc. There was code in the gcc core for this in the ipk case but it wasn't moved as part of the libgcc split, this change fixes that oversight. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -20,5 +20,3 @@ do_compile_prepend () {
|
||||
|
||||
LIBGCCS_VAR = "-lgcc_s"
|
||||
LIBGCCS_VAR_avr32 = ""
|
||||
|
||||
do_package_write_ipk[depends] += "virtual/libc:do_package"
|
||||
|
||||
@@ -38,5 +38,9 @@ do_install () {
|
||||
fi
|
||||
}
|
||||
|
||||
do_package_write_ipk[depends] += "virtual/libc:do_package"
|
||||
do_package_write_deb[depends] += "virtual/libc:do_package"
|
||||
do_package_write_rpm[depends] += "virtual/libc:do_package"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user