diff options
| -rw-r--r-- | meta-oe/recipes-support/hddtemp/hddtemp/0001-po-force-Language-header-for-fr-and-de-locals.patch | 46 | ||||
| -rw-r--r-- | meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb | 1 |
2 files changed, 47 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hddtemp/hddtemp/0001-po-force-Language-header-for-fr-and-de-locals.patch b/meta-oe/recipes-support/hddtemp/hddtemp/0001-po-force-Language-header-for-fr-and-de-locals.patch new file mode 100644 index 0000000000..38f5c88997 --- /dev/null +++ b/meta-oe/recipes-support/hddtemp/hddtemp/0001-po-force-Language-header-for-fr-and-de-locals.patch | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | From 04149f9ec9b37b5bb4c2b6c38d4560b2c122c483 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Yoann Congal <yoann.congal@smile.fr> | ||
| 3 | Date: Thu, 23 May 2024 23:28:42 +0200 | ||
| 4 | Subject: [PATCH] po: force Language: header for "fr" and "de" locals | ||
| 5 | |||
| 6 | Language: header is "new" and used to be derived from Language-Team | ||
| 7 | header. But, for fr.po and de.po, Language can't be derived. | ||
| 8 | |||
| 9 | Force "Language" header to avoid having a default Language header. | ||
| 10 | |||
| 11 | Upstream-Status: Inactive-Upstream [lastrelease: 26-Apr-2006] | ||
| 12 | See: http://download.savannah.nongnu.org/releases/hddtemp/?C=M&O=D | ||
| 13 | |||
| 14 | Signed-off-by: Yoann Congal <yoann.congal@smile.fr> | ||
| 15 | --- | ||
| 16 | po/de.po | 1 + | ||
| 17 | po/fr.po | 1 + | ||
| 18 | 2 files changed, 2 insertions(+) | ||
| 19 | |||
| 20 | diff --git a/po/de.po b/po/de.po | ||
| 21 | index 3b79e08..d04976b 100644 | ||
| 22 | --- a/po/de.po | ||
| 23 | +++ b/po/de.po | ||
| 24 | @@ -13,6 +13,7 @@ msgstr "" | ||
| 25 | "PO-Revision-Date: 2011-08-30 16:40+0200\n" | ||
| 26 | "Last-Translator: Vinzenz Vietzke <vinz@v1nz.org>\n" | ||
| 27 | "Language-Team: <debian-l10n-german@lists.debian.org>\n" | ||
| 28 | +"Language: de\n" | ||
| 29 | "MIME-Version: 1.0\n" | ||
| 30 | "Content-Type: text/plain; charset=UTF-8\n" | ||
| 31 | "Content-Transfer-Encoding: 8bit" | ||
| 32 | diff --git a/po/fr.po b/po/fr.po | ||
| 33 | index 2fd97c5..0b3bf19 100644 | ||
| 34 | --- a/po/fr.po | ||
| 35 | +++ b/po/fr.po | ||
| 36 | @@ -12,6 +12,7 @@ msgstr "" | ||
| 37 | "PO-Revision-Date: 2011-08-30 16:38+0200\n" | ||
| 38 | "Last-Translator: Aurelien Jarno <aurelien@aurel32.net>\n" | ||
| 39 | "Language-Team: FRANCAIS <fr@li.org>\n" | ||
| 40 | +"Language: fr\n" | ||
| 41 | "MIME-Version: 1.0\n" | ||
| 42 | "Content-Type: text/plain; charset=ISO-8859-1\n" | ||
| 43 | "Content-Transfer-Encoding: 8bit\n" | ||
| 44 | -- | ||
| 45 | 2.39.2 | ||
| 46 | |||
diff --git a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb index 384a19c4fa..75feccb87c 100644 --- a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb +++ b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb | |||
| @@ -10,6 +10,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/hddtemp/hddtemp-0.3-beta15.tar.bz2 \ | |||
| 10 | file://0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch \ | 10 | file://0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch \ |
| 11 | file://0001-configure.ac-Rename-to-configure.ac-and-use-external.patch \ | 11 | file://0001-configure.ac-Rename-to-configure.ac-and-use-external.patch \ |
| 12 | file://0001-sata.c-Declare-ata_get_powermode-prototype.patch \ | 12 | file://0001-sata.c-Declare-ata_get_powermode-prototype.patch \ |
| 13 | file://0001-po-force-Language-header-for-fr-and-de-locals.patch \ | ||
| 13 | file://hddtemp.db \ | 14 | file://hddtemp.db \ |
| 14 | file://init \ | 15 | file://init \ |
| 15 | " | 16 | " |
