summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-12 10:06:03 +0000
committerPhil Blundell <philb@gnu.org>2004-06-12 10:06:03 +0000
commit63fde8856d985373f5238f571f06a2893147be0b (patch)
tree1ae3a34089079f34b4ff1d9a1e037b5b305d024f /gdb
parent92c60344d1dce6d68d82e035b7b82ac4b706ed77 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages 2004/06/12 12:05:57+02:00 uni-frankfurt.de!pb_ package up gdbserver as well BKrev: 40cad58bF9GRP4RVNx8fUyn_7ApfuA
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdb_6.1.oe5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdb_6.1.oe b/gdb/gdb_6.1.oe
index bcc4c8870a..26c4c38742 100644
--- a/gdb/gdb_6.1.oe
+++ b/gdb/gdb_6.1.oe
@@ -4,6 +4,9 @@ PRIORITY = "optional"
MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
DEPENDS = "ncurses"
+PACKAGES =+ 'gdbserver '
+FILES_gdbserver = '${bindir}/gdbserver'
+
inherit autotools
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
@@ -35,6 +38,8 @@ do_install () {
'prefix=${D}' 'exec_prefix=${D}' 'bindir=${D}/bin' \
'sbindir=${D}/sbin' 'infodir=${D}/share/info' 'libdir=${D}/lib' \
'mandir=${D}/share/man' 'includedir=${D}/include'
+ install -d ${D}${bindir}
+ install -m 0755 gdb/gdbserver/gdbserver ${D}${bindir}
}
#