diff options
Diffstat (limited to 'flite')
-rw-r--r-- | flite/flite_1.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flite/flite_1.2.oe b/flite/flite_1.2.oe index d49a446a83..ed0dd9d6a0 100644 --- a/flite/flite_1.2.oe +++ b/flite/flite_1.2.oe @@ -1,3 +1,4 @@ +SECTION = "console/utils" HOMEPAGE = "http://fife.speech.cs.cmu.edu/flite/" DESCRIPTION = "festival light speech synthesizer" PRIORITY = "optional" @@ -30,4 +31,3 @@ LEAD_SONAME = "libflite.so" do_install() { oe_runmake INSTALLBINDIR="${D}${bindir}" INSTALLLIBDIR="${D}${libdir}" INSTALLINCDIR="${D}${includedir}" install } - |