diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-15 18:26:59 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-15 18:38:27 +0400 |
commit | d54f431864518aec0b66269649c8e17916dbd400 (patch) | |
tree | 9b17934409a6ac5b6c4b90439bab5344e1dc2b44 /recipes/gdb/gdb-cross-sdk.inc | |
parent | 9f4835017f853c45bd0945a84276ae95a572b79f (diff) |
gdb-cross-sdk: unify recipes, move common code to gdb-corss-sdk.inc
Unify gdb-cross-sdk recipes. INC_PR is choosen to be r3, as to be not
less than 6.6 PR = r3.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/gdb/gdb-cross-sdk.inc')
-rw-r--r-- | recipes/gdb/gdb-cross-sdk.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gdb/gdb-cross-sdk.inc b/recipes/gdb/gdb-cross-sdk.inc new file mode 100644 index 0000000000..3e6f509057 --- /dev/null +++ b/recipes/gdb/gdb-cross-sdk.inc @@ -0,0 +1,13 @@ +require gdb-cross.inc +LICENSE = "GPLv3" + +INC_PR = "r3" + +inherit sdk + +DEPENDS = "ncurses-sdk zlib-sdk flex-native" + +do_stage() { + : +} + |