diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 10:22:12 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 10:22:12 +0000 |
commit | 4d0fccc940c8bffe5eb8e384d622e9db1bb9431b (patch) | |
tree | 3672f76103fa255df69441c9f54647d861c0d066 /packages | |
parent | 984172e96143a8fbf12f62f32fddaa9e5ce2b6e7 (diff) |
kpengine: fix SECTION and FILES
Diffstat (limited to 'packages')
-rw-r--r-- | packages/kanjipad/kanjipad.inc | 2 | ||||
-rw-r--r-- | packages/kanjipad/kpengine_0.1.bb | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/packages/kanjipad/kanjipad.inc b/packages/kanjipad/kanjipad.inc index aecd130b82..ce9613b3ab 100644 --- a/packages/kanjipad/kanjipad.inc +++ b/packages/kanjipad/kanjipad.inc @@ -6,4 +6,6 @@ LICENSE = "GPL" SRC_URI="http://fishsoup.net/software/kanjipad/kanjipad-2.0.0.tar.gz" +S = ${WORKDIR}/kanjipad-2.0.0/ + inherit autotools pkgconfig diff --git a/packages/kanjipad/kpengine_0.1.bb b/packages/kanjipad/kpengine_0.1.bb index 0fa32faf13..d9a6fee7d6 100644 --- a/packages/kanjipad/kpengine_0.1.bb +++ b/packages/kanjipad/kpengine_0.1.bb @@ -1,10 +1,9 @@ require kanjipad.inc -SECTION = "libs" +DESCRIPTION = "Japanese HWR engine used by a number of programs. Original algorithms by Todd Ruddick." +SECTION = "inputmethods" +PR = "r1" SRC_URI += "file://Makefile-kpengine-only.patch;patch=1" -FILES = "${bindir}/kpengine ${datadir}" - -# would it be better to make this a part of kanjipad bb? -S = ${WORKDIR}/kanjipad-2.0.0/ +FILES_${PN} = "${bindir}/kpengine ${datadir}" |