diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-20 16:05:25 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-20 16:05:25 +0000 |
commit | 775c7cbf3b1f0f18f556ce0bf7bbe8eecf48c94f (patch) | |
tree | 5fbe1e4bc098dde205e2c96631dcccc9366f7f39 /packages/gdb/gdb-cross_6.4.bb | |
parent | 378b7ec5b0c5dd38ec0d7d4e69c4078e6c22acca (diff) |
gdb: basic unification of recipes
Diffstat (limited to 'packages/gdb/gdb-cross_6.4.bb')
-rw-r--r-- | packages/gdb/gdb-cross_6.4.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/gdb/gdb-cross_6.4.bb b/packages/gdb/gdb-cross_6.4.bb index 7c9180ad6a..3a108d568b 100644 --- a/packages/gdb/gdb-cross_6.4.bb +++ b/packages/gdb/gdb-cross_6.4.bb @@ -1,8 +1,6 @@ -LICENSE = "GPL" -DESCRIPTION = "gdb - GNU debugger" +require gdb.inc + SECTION = "base" -PRIORITY = "optional" -LICENSE = "GPL" DEPENDS = "ncurses-native" SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz" |