Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sat, 12 Jun 2004 10:06:03 +0000 (10:06 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 12 Jun 2004 10:06:03 +0000 (10:06 +0000)
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

gdb/gdb_6.1.oe

index bcc4c88..26c4c38 100644 (file)
@@ -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}
 }
 
 #