From: Denys Dmytriyenko Date: Mon, 17 May 2010 20:07:51 +0000 (-0400) Subject: pointercal: set the LICENSE to MIT by default X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f9f82923e807528d2081c48770c6f900eb646d;p=openembedded.git pointercal: set the LICENSE to MIT by default --- diff --git a/recipes/pointercal/pointercal_0.0.bb b/recipes/pointercal/pointercal_0.0.bb index d98a78f66e..96ef765c56 100644 --- a/recipes/pointercal/pointercal_0.0.bb +++ b/recipes/pointercal/pointercal_0.0.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Touchscreen calibration data" +LICENSE = "MIT" SECTION = "base" -PR = "r20" +PR = "r21" SRC_URI = "file://pointercal" S = "${WORKDIR}"