aboutsummaryrefslogtreecommitdiffstats
path: root/gdb
diff options
context:
space:
mode:
authorGreg Gilbert <greg@treke.net>2004-12-01 21:02:48 +0000
committerGreg Gilbert <greg@treke.net>2004-12-01 21:02:48 +0000
commit1eb91ca9401d610de57f7524d2c9f1f394c724d0 (patch)
tree464af832ec2df58ea7a17023f7b0937baecf9bfc /gdb
parent823f03b1e845451c54fcf942a6f54b73cfb23d75 (diff)
downloadopenembedded-1eb91ca9401d610de57f7524d2c9f1f394c724d0.tar.gz
Add licenses
BKrev: 41ae31781LCyRmcVaOy3yZ9SiW85FA
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdb-cross_6.1.oe1
-rw-r--r--gdb/gdb-cross_6.2.1.oe36
-rw-r--r--gdb/gdb-cross_6.2.oe1
-rw-r--r--gdb/gdb_6.1.oe1
4 files changed, 39 insertions, 0 deletions
diff --git a/gdb/gdb-cross_6.1.oe b/gdb/gdb-cross_6.1.oe
index 54558656ab..83266d9af4 100644
--- a/gdb/gdb-cross_6.1.oe
+++ b/gdb/gdb-cross_6.1.oe
@@ -1,3 +1,4 @@
+LICENSE = GPL
DESCRIPTION = "gdb - GNU debugger"
SECTION = "devel"
PRIORITY = "optional"
diff --git a/gdb/gdb-cross_6.2.1.oe b/gdb/gdb-cross_6.2.1.oe
index e69de29bb2..019e4aaf59 100644
--- a/gdb/gdb-cross_6.2.1.oe
+++ b/gdb/gdb-cross_6.2.1.oe
@@ -0,0 +1,36 @@
+LICENSE = GPL
+DESCRIPTION = "gdb - GNU debugger"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
+DEPENDS = "ncurses-native"
+
+inherit autotools sdk
+
+S = "${WORKDIR}/gdb-${PV}"
+SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
+ file://sim-install.patch;patch=1"
+
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gdb-${PV}"
+
+export CC_FOR_BUILD = "${BUILD_CC}"
+export CXX_FOR_BUILD = "${BUILD_CXX}"
+export CPP_FOR_BUILD = "${BUILD_CPP}"
+export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}"
+export CXXFLAGS_FOR_BUILD = "${BUILD_CXXFLAGS}"
+export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}"
+
+EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'"
+
+EXTRA_OECONF = "--with-curses --with-readline"
+
+do_configure () {
+# override this function to avoid the autoconf/automake/aclocal/autoheader
+# calls for now
+ gnu-configize
+ oe_runconf
+}
+
+do_stage() {
+ :
+}
diff --git a/gdb/gdb-cross_6.2.oe b/gdb/gdb-cross_6.2.oe
index 54558656ab..83266d9af4 100644
--- a/gdb/gdb-cross_6.2.oe
+++ b/gdb/gdb-cross_6.2.oe
@@ -1,3 +1,4 @@
+LICENSE = GPL
DESCRIPTION = "gdb - GNU debugger"
SECTION = "devel"
PRIORITY = "optional"
diff --git a/gdb/gdb_6.1.oe b/gdb/gdb_6.1.oe
index 081eb6040f..27b5f6d821 100644
--- a/gdb/gdb_6.1.oe
+++ b/gdb/gdb_6.1.oe
@@ -1,3 +1,4 @@
+LICENSE = GPL
DESCRIPTION = "gdb - GNU debugger"
SECTION = "devel"
PRIORITY = "optional"