]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-target: ensure target packages have the correct virtual package names
authorSaul Wold <sgw@linux.intel.com>
Thu, 14 Jun 2012 14:55:02 +0000 (07:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2012 14:09:18 +0000 (15:09 +0100)
Resolves this error during do_rootfs:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-core-standalone-sdk-target:
|  * eglibc (>= 2.15) *
|  * opkg_install_cmd: Cannot install package task-core-standalone-sdk-target.
NOTE: package core-image-sato-sdk-1.0-r0: task do_rootfs: Failed

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/gcc/gcc-4.7.inc
meta/recipes-devtools/gcc/gcc-package-runtime.inc

index 0321776ad1f567725962ebfea22618b6a3c31008..973c211fdb341d45b729578de5584d9ab743780e 100644 (file)
@@ -1,6 +1,6 @@
 require gcc-common.inc
 
-PR = "r1"
+PR = "r2"
 
 # Third digit in PV should be incremented after a minor release
 # happens from this branch on gcc e.g. currently its 4.7.0
index feb8735e05c23bf593c1c20f8e755e011c0c169e..e0cb51b062524083116b53572898c1ed186ada5b 100644 (file)
@@ -61,3 +61,7 @@ FILES_libmudflap-dev = "\
   ${libdir}/libmudflap*.a \
   ${libdir}/libmudflap*.la"
 
+do_package_write_ipk[depends] += "virtual/${MLPREFIX}libc:do_package"
+do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_package"
+do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_package"
+