mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
(From OE-Core rev: 169e55d802883df763dbff4a4737e05e96358fa3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
926 B
Diff
23 lines
926 B
Diff
Upstream-Status: Inappropriate [configuration]
|
|
|
|
Index: gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in
|
|
===================================================================
|
|
--- gobject-introspection-0.9.10.orig/tools/g-ir-annotation-tool.in
|
|
+++ gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in
|
|
@@ -1,4 +1,4 @@
|
|
-#!@PYTHON@
|
|
+#!/usr/bin/env python
|
|
# -*- Mode: Python -*-
|
|
# GObject-Introspection - a framework for introspecting GObject libraries
|
|
# Copyright (C) 2008 Johan Dahlin
|
|
Index: gobject-introspection-0.9.10/tools/g-ir-scanner.in
|
|
===================================================================
|
|
--- gobject-introspection-0.9.10.orig/tools/g-ir-scanner.in
|
|
+++ gobject-introspection-0.9.10/tools/g-ir-scanner.in
|
|
@@ -1,4 +1,4 @@
|
|
-#!@PYTHON@
|
|
+#!/usr/bin/env python
|
|
# -*- Mode: Python -*-
|
|
# GObject-Introspection - a framework for introspecting GObject libraries
|
|
# Copyright (C) 2008 Johan Dahlin
|