gdb-cross: fix issue where patch has already been applied to 6.6
authorShane Volpe <shanevolpe@gmail.com>
Wed, 7 Feb 2007 20:28:39 +0000 (20:28 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Wed, 7 Feb 2007 20:28:39 +0000 (20:28 +0000)
commit085c633b3088b9091308f8e09b70c4d7f0f21ae2
tree8fea38aed241e5ed5c5237a5de19b2e93c3eaa2f
parent24a15db7f3fcc37d4aab5a5f42a965c18c357ec5
gdb-cross: fix issue where patch has already been applied to 6.6
gdb-cross version 6.6 fails the patch process because the sim-install.patch
tries to apply patches to Makefile-common which have already been merged into
gdm mainstream.
Attached is a patch for OE that seperates the two patches in sim-install.patch
so that gdb-cross 6.6 only applies the first one while gdb-cross 6.3 (which
also uses the sim-install.patch applies both.
packages/gdb/files/sim-install-makefile-common.patch [moved from packages/gdb/files/sim-install.patch with 75% similarity]
packages/gdb/files/sim-install-makefile.patch [new file with mode: 0644]
packages/gdb/gdb-cross_6.3.bb
packages/gdb/gdb-cross_6.6.bb