mirror of
https://git.yoctoproject.org/poky
synced 2026-03-09 00:39:39 +01:00
Drop add-with-bisonlocaledir.patch as upstream (gnulib, not bison) now determines the directory from datadir. (From OE-Core rev: 8a89c77e5b5a7915b9cce4979ee8caa593847e51) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
29 lines
971 B
Diff
29 lines
971 B
Diff
From 7cf68dffb2adb76375bfb0781e277510523a1f3e Mon Sep 17 00:00:00 2001
|
|
From: Michele Locati <michele@locati.it>
|
|
Date: Thu, 30 Jul 2020 18:58:02 +0200
|
|
Subject: [PATCH] build: Fix build failure on Cygwin and mingw.
|
|
|
|
* gettext-tools/woe32dll/gettextsrc-exports.c: Export formatstring_ruby.
|
|
|
|
Upstream-Status: Backport
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
---
|
|
gettext-tools/woe32dll/gettextsrc-exports.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c
|
|
index 4477ae8..6d76089 100644
|
|
--- a/gettext-tools/woe32dll/gettextsrc-exports.c
|
|
+++ b/gettext-tools/woe32dll/gettextsrc-exports.c
|
|
@@ -50,6 +50,7 @@ VARIABLE(formatstring_python)
|
|
VARIABLE(formatstring_python_brace)
|
|
VARIABLE(formatstring_qt)
|
|
VARIABLE(formatstring_qt_plural)
|
|
+VARIABLE(formatstring_ruby)
|
|
VARIABLE(formatstring_scheme)
|
|
VARIABLE(formatstring_sh)
|
|
VARIABLE(formatstring_smalltalk)
|
|
--
|
|
1.9.1
|
|
|