ninja,re2c: Remove

Moved to OE-Core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2017-08-01 07:15:57 -07:00
committed by Martin Jansa
parent 8f65c719c7
commit da4d3edde6
3 changed files with 0 additions and 63 deletions
@@ -1,30 +0,0 @@
SUMMARY = "Ninja is a small build system with a focus on speed."
HOMEPAGE = "http://martine.github.com/ninja/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
DEPENDS = "re2c-native ninja-native"
SRCREV = "717b7b4a31db6027207588c0fb89c3ead384747b"
SRC_URI = "git://github.com/martine/ninja.git;branch=release"
S = "${WORKDIR}/git"
do_configure[noexec] = "1"
do_compile_class-native() {
./configure.py --bootstrap
}
do_compile() {
./configure.py
ninja
}
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/ninja ${D}${bindir}/
}
BBCLASSEXTEND = "native nativesdk"
@@ -1,18 +0,0 @@
Modernise configure to work with modern automake.
RP 2014/7/14
Upstream-Status: Pending
Index: re2c-0.13.5/configure.in
===================================================================
--- re2c-0.13.5.orig/configure.in 2008-05-25 14:42:34.000000000 +0000
+++ re2c-0.13.5/configure.in 2014-07-17 14:10:40.595821292 +0000
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
AC_INIT(re2c, 0.13.5, re2c-general@lists.sourceforge.net)
-AM_INIT_AUTOMAKE(re2c, $PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR(actions.cc)
AM_CONFIG_HEADER(config.h)
@@ -1,15 +0,0 @@
SUMMARY = "Tool for writing very fast and very flexible scanners"
HOMEPAGE = "http://re2c.sourceforge.net/"
AUTHOR = "Marcus Börger <helly@users.sourceforge.net>"
SECTION = "devel"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://README;beginline=180;md5=822830a2204aef353f2c489f62e02089"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
file://configure.patch"
SRC_URI[md5sum] = "4a97d8f77ed6d2c76c8bd840a43f5633"
SRC_URI[sha256sum] = "f3a995139af475e80a30207d02728b1e0065b0caade7375e974cb1b14861668c"
BBCLASSEXTEND = "native"
inherit autotools