diff options
Diffstat (limited to 'meta-oe/recipes-support/anthy/anthy_9100h.bb')
| -rw-r--r-- | meta-oe/recipes-support/anthy/anthy_9100h.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb index a83efe03c8..3ca394ac36 100644 --- a/meta-oe/recipes-support/anthy/anthy_9100h.bb +++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb | |||
| @@ -12,34 +12,34 @@ 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" |
| 20 | 20 | ||
| 21 | DEPENDS_class-target = "anthy-native" | 21 | DEPENDS:class-target = "anthy-native" |
| 22 | RDEPENDS_${PN}_class-target = "libanthy0" | 22 | RDEPENDS:${PN}:class-target = "libanthy0" |
| 23 | 23 | ||
| 24 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
| 25 | 25 | ||
| 26 | PACKAGES += "${PN}-el libanthy0 libanthy-dev" | 26 | PACKAGES += "${PN}-el libanthy0 libanthy-dev" |
| 27 | 27 | ||
| 28 | FILES_${PN}-dbg += "${libdir}/.debug" | 28 | FILES:${PN}-dbg += "${libdir}/.debug" |
| 29 | FILES_libanthy0 = "${libdir}/libanthy.so.* \ | 29 | FILES:libanthy0 = "${libdir}/libanthy.so.* \ |
| 30 | ${libdir}/libanthydic.so.* \ | 30 | ${libdir}/libanthydic.so.* \ |
| 31 | ${libdir}/libanthyinput.so.* \ | 31 | ${libdir}/libanthyinput.so.* \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | FILES_libanthy-dev = "${libdir}/libanthy*.la \ | 34 | FILES:libanthy-dev = "${libdir}/libanthy*.la \ |
| 35 | ${libdir}/libanthy*.a \ | 35 | ${libdir}/libanthy*.a \ |
| 36 | ${libdir}/libanthy*.so \ | 36 | ${libdir}/libanthy*.so \ |
| 37 | ${includedir}/anthy \ | 37 | ${includedir}/anthy \ |
| 38 | ${libdir}/pkgconfig/anthy.pc \ | 38 | ${libdir}/pkgconfig/anthy.pc \ |
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | FILES_${PN}-el = "${datadir}/emacs/*" | 41 | FILES:${PN}-el = "${datadir}/emacs/*" |
| 42 | FILES_${PN} = "${datadir}/* \ | 42 | FILES:${PN} = "${datadir}/* \ |
| 43 | ${bindir}/* \ | 43 | ${bindir}/* \ |
| 44 | ${sysconfdir}/anthy-conf \ | 44 | ${sysconfdir}/anthy-conf \ |
| 45 | " | 45 | " |
