diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-11-14 08:31:33 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-15 12:25:53 -0800 |
| commit | 92441f9d6a958c245a03f89ec44ef2c17dd6b0ee (patch) | |
| tree | b7263e8a81776bb8bb742f7081e4ae1891399ac6 /meta-oe/recipes-support/anthy | |
| parent | 02c21a034222718889d624bef0dbf4113bc12f4d (diff) | |
| download | meta-openembedded-92441f9d6a958c245a03f89ec44ef2c17dd6b0ee.tar.gz | |
meta-oe: Add leading whitespace for append operator
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/anthy')
| -rw-r--r-- | meta-oe/recipes-support/anthy/anthy_9100h.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb index 9d78c3457c..a83efe03c8 100644 --- a/meta-oe/recipes-support/anthy/anthy_9100h.bb +++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb | |||
| @@ -12,8 +12,8 @@ SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \ | |||
| 12 | file://2ch_t.patch \ | 12 | file://2ch_t.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRC_URI_append_class-target = "file://target-helpers.patch" | 15 | SRC_URI_append_class-target = " file://target-helpers.patch" |
| 16 | SRC_URI_append_class-native = "file://native-helpers.patch" | 16 | SRC_URI_append_class-native = " file://native-helpers.patch" |
| 17 | 17 | ||
| 18 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" | 18 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" |
| 19 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" | 19 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" |
