From: Ricardo Salveti Date: Thu, 3 Jul 2008 21:48:42 +0000 (-0300) Subject: Just changing the SECTION of mamona-input-methods. X-Git-Tag: Release-2010-05/1~5696^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a12bef78513c7b56cd86cdf206a11ae6cc5351a7;p=openembedded.git Just changing the SECTION of mamona-input-methods. When creating the bb file I just put x11, but now looking at other recipes I saw that we also have lib/inputmethods. Don't think that this will really affect something, but it's better than just x11. --- diff --git a/packages/mamona/mamona-input-methods_git.bb b/packages/mamona/mamona-input-methods_git.bb index b5df42520a..1295df95fc 100644 --- a/packages/mamona/mamona-input-methods_git.bb +++ b/packages/mamona/mamona-input-methods_git.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Mamona input methods" HOMEPAGE = "http://dev.openbossa.org/trac/mamona/wiki" LICENSE = "GPL" -SECTION = "x11" +SECTION = "libs/inputmethods" DEPENDS = "ecore" PR = "r1"