diff options
author | Graham Gower <graham.gower@gmail.com> | 2010-09-29 15:00:12 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-30 13:15:07 -0700 |
commit | f4d1cd6975bc224b32a6f0350658147244ce4ada (patch) | |
tree | df627fe5d429009ea87029f8db12e48f925b8e5e /recipes/gdb/gdb-cross-sdk.inc | |
parent | 6ccae1e558a51eb919a59b19e480742b88f1224e (diff) | |
download | openembedded-f4d1cd6975bc224b32a6f0350658147244ce4ada.tar.gz openembedded-f4d1cd6975bc224b32a6f0350658147244ce4ada.tar.bz2 openembedded-f4d1cd6975bc224b32a6f0350658147244ce4ada.zip |
gdb: Don't clobber files installed by binutils.
Also, move INC_PR into gdb-common.inc and propagate it into all recipes.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gdb/gdb-cross-sdk.inc')
-rw-r--r-- | recipes/gdb/gdb-cross-sdk.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc index 3e214fe957..bd7f0dfa98 100644 --- a/recipes/gdb/gdb-cross-sdk.inc +++ b/recipes/gdb/gdb-cross-sdk.inc @@ -1,8 +1,6 @@ require gdb-cross.inc LICENSE = "GPLv3" -INC_PR = "r7" - inherit sdk DEPENDS = "ncurses-sdk zlib-sdk flex-native" |