mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
Add support for gobject-introspection. Add v2 API fixes to the gtkdoc/gi disabling patch. Add a dependency on glib-native to allow use of glib-mkenums. Disable v2 API/library for now as libdnf is not compatible with it, yet is erroneously linked against it (if it's enabled). (From OE-Core rev: 3db1883a109b520909b12e91028ce8a79923e8f5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
567 B
Diff
23 lines
567 B
Diff
From 74ea6a665d0f3417e75f1d3d02f27a12f128ec70 Mon Sep 17 00:00:00 2001
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Date: Tue, 6 Nov 2018 13:41:29 +0100
|
|
Subject: [PATCH] spec_tmpl.sh: use /bin/sh, not /usr/bin/sh
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
|
|
---
|
|
spec_tmpl.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/spec_tmpl.sh b/spec_tmpl.sh
|
|
index 14e895a..fc80fc6 100755
|
|
--- a/spec_tmpl.sh
|
|
+++ b/spec_tmpl.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/sh
|
|
+#!/bin/sh
|
|
|
|
version=$1
|
|
libmodulemd_v1_version=$2
|