added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
Port from Fedora20
Upstream-Status: Pending
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
diff -up sblim-cmpi-devel-2.0.3/Makefile.in.orig sblim-cmpi-devel-2.0.3/Makefile.in
--- sblim-cmpi-devel-2.0.3/Makefile.in.orig 2012-07-31 06:11:51.000000000 +0200
+++ sblim-cmpi-devel-2.0.3/Makefile.in 2013-08-07 18:28:09.600712807 +0200
@@ -221,7 +221,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@

View File

@@ -0,0 +1,18 @@
SUMMARY = "SBLIM CMPI Provider Development Support"
DESCRIPTION = "\
This packages provides the C and C++ CMPI header files needed by provider \
developers and can be used standalone. If used for C++ provider development \
it is also necessary to have tog-pegasus-devel installed."
HOMEPAGE = "http://sblim.wiki.sourceforge.net/"
LICENSE = "EPL-1.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f63d3a4e701129e869e89d7dcac8982"
SECTION = "Development/Libraries"
SRC_URI = "${SOURCEFORGE_MIRROR}/sblim/${BP}.tar.bz2 \
file://sblim-cmpi-devel-2.0.3-docdir.patch"
SRC_URI[md5sum] = "b934616f88a848f17ca3cf1b9e792cbf"
SRC_URI[sha256sum] = "1671cabff6b922b6fde897673d9fdafd56c9310f82a7eacc0547d596b9cdfea6"
inherit autotools
BBCLASSEXTEND = "native"