diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-24 15:14:06 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-24 15:16:03 -0400 |
commit | 0b3740da98794340ceb866b14ab6efba6ffaa6b4 (patch) | |
tree | 766d09bd3d55708ecd0fddcd83320a802ab172f5 /recipes/gdb/gdbserver_6.8.bb | |
parent | c90998b8752a7a817f99b14dd1276dc6076c5a97 (diff) |
gdbserver: Switch to INC_PR, add LICENSE, only build gdbserver, drop DEPENDS
To build just gdbserver, we don't need ncurses or readline, so drop the DEPENDS
and pass --without- for configure. Also, we don't need to build anything more
than 'gdbserver'.
Diffstat (limited to 'recipes/gdb/gdbserver_6.8.bb')
-rw-r--r-- | recipes/gdb/gdbserver_6.8.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gdb/gdbserver_6.8.bb b/recipes/gdb/gdbserver_6.8.bb index 67fc280ea2..a6639b420d 100644 --- a/recipes/gdb/gdbserver_6.8.bb +++ b/recipes/gdb/gdbserver_6.8.bb @@ -1 +1,5 @@ require gdbserver.inc + +LICENSE = "GPLv3" + +PR = "${INC_PR}.1" |