mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-02 23:25:56 +02:00
scdoc: remove recipe
was moved to oe-core
This commit is contained in:
parent
5d443fe1f1
commit
b0ecb39061
@ -1,27 +0,0 @@
|
|||||||
From 2cac433806d9622dbc005fe5738f1ae8c33a98cb Mon Sep 17 00:00:00 2001
|
|
||||||
From: Markus Volk <f_l_k@t-online.de>
|
|
||||||
Date: Thu, 13 Jul 2023 19:26:40 +0200
|
|
||||||
Subject: [PATCH] Makefile: dont add -static to LDFLAGS
|
|
||||||
|
|
||||||
Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [oe-specific]
|
|
||||||
---
|
|
||||||
Makefile | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
|
||||||
index 60a80b8..49021fa 100644
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -1,7 +1,6 @@
|
|
||||||
VERSION=1.11.2
|
|
||||||
CFLAGS?=-g
|
|
||||||
MAINFLAGS:=-DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter
|
|
||||||
-LDFLAGS+=-static
|
|
||||||
INCLUDE+=-Iinclude
|
|
||||||
PREFIX?=/usr/local
|
|
||||||
BINDIR?=$(PREFIX)/bin
|
|
||||||
--
|
|
||||||
2.39.3
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
SUMMARY = "scdoc is a simple man page generator for POSIX systems written in C99."
|
|
||||||
HOMEPAGE = "https://github.com/ddevault/scdoc"
|
|
||||||
BUGTRACKER = "https://github.com/ddevault/scdoc/issues"
|
|
||||||
SECTION = "base/doc"
|
|
||||||
LICENSE = "MIT"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=31752b4a8edd3fb9ddba1cb90fada74d"
|
|
||||||
|
|
||||||
SRC_URI = " \
|
|
||||||
git://git.sr.ht/~sircmpwn/scdoc;protocol=https;branch=master \
|
|
||||||
file://0001-Makefile-dont-add-static-to-LDFLAGS.patch \
|
|
||||||
"
|
|
||||||
|
|
||||||
DEPENDS = "scdoc-native"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
PV = "1.11.2"
|
|
||||||
SRCREV = "afeda241f3f9b2c27e461f32d9c2a704ab82ef61"
|
|
||||||
|
|
||||||
EXTRA_OEMAKE:class-native = "PREFIX=${prefix}"
|
|
||||||
EXTRA_OEMAKE:class-target = "PREFIX=${prefix} HOST_SCDOC=${STAGING_BINDIR_NATIVE}/scdoc"
|
|
||||||
|
|
||||||
inherit autotools-brokensep
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user