dejagnu: Remove, moved to oe-core

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Bunk 2019-09-06 20:57:05 +03:00 committed by Khem Raj
parent e7b382602a
commit 6b236cd021
3 changed files with 1 additions and 60 deletions

View File

@ -104,7 +104,7 @@ RDEPENDS_packagegroup-meta-oe-dbs ="\
RDEPENDS_packagegroup-meta-oe-devtools ="\
android-tools android-tools-conf bootchart breakpad \
capnproto cgdb cscope ctags \
debootstrap dejagnu dmalloc flatbuffers \
debootstrap dmalloc flatbuffers \
giflib icon-slicer iptraf-ng jq jsoncpp jsonrpc json-spirit \
kconfig-frontends lemon libedit libgee libsombok3 \
libubox log4cplus lshw ltrace lua mcpp memstat mercurial \

View File

@ -1,45 +0,0 @@
Index: dejagnu-1.4.4/configure.in
===================================================================
--- dejagnu-1.4.4.orig/configure.in 2014-07-18 07:05:49.997481207 +0000
+++ dejagnu-1.4.4/configure.in 2014-07-18 07:05:50.085481210 +0000
@@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
-AC_INIT(runtest.exp)
+AC_INIT(dejagnu, 1.4.4)
dnl AC_CONFIG_AUX_DIR(..)
dnl These are required by automake
-AM_INIT_AUTOMAKE(dejagnu, 1.4.4)
+AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET
Index: dejagnu-1.4.4/example/calc/configure.in
===================================================================
--- dejagnu-1.4.4.orig/example/calc/configure.in 2002-04-26 03:32:40.000000000 +0000
+++ dejagnu-1.4.4/example/calc/configure.in 2014-07-18 07:11:59.085491266 +0000
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
-AC_INIT(calc.c)
+AC_INIT(calc, 1.1)
AM_CONFIG_HEADER(calc.h)
-AM_INIT_AUTOMAKE(calc, 1.1)
+AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_PROG_INSTALL
Index: dejagnu-1.4.4/example/hello/configure.in
===================================================================
--- dejagnu-1.4.4.orig/example/hello/configure.in 2002-08-31 05:46:16.000000000 +0000
+++ dejagnu-1.4.4/example/hello/configure.in 2014-07-18 07:12:23.721491937 +0000
@@ -25,7 +25,7 @@
# ------------------------------------------------------------------------
AC_INIT(helloworld, demo-version, philip.wilsey@ieee.org)
-AM_INIT_AUTOMAKE(helloworld, demo-version)
+AM_INIT_AUTOMAKE([foreign])
#AC_CONFIG_SRCDIR([hello.cc])
#AC_CONFIG_HEADER([config.h])

View File

@ -1,14 +0,0 @@
SUMMARY = "GNU unit testing framework, written in Expect and Tcl"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
SECTION = "devel"
inherit autotools
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
file://configure.patch"
SRC_URI[md5sum] = "053f18fd5d00873de365413cab17a666"
SRC_URI[sha256sum] = "d0fbedef20fb0843318d60551023631176b27ceb1e11de7468a971770d0e048d"
BBCLASSEXTEND = "native"