From: Richard Purdie Date: Thu, 30 Sep 2010 15:55:32 +0000 (+0100) Subject: run-postinsts: Add LICENSE X-Git-Tag: yocto-4.0~44125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69c650c2776bb462fea8668c29b3094ad51e7ee9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git run-postinsts: Add LICENSE Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-tbd/meta/run-postinsts_1.0.bb b/meta/recipes-tbd/meta/run-postinsts_1.0.bb index f9559147e40..44e840ed138 100644 --- a/meta/recipes-tbd/meta/run-postinsts_1.0.bb +++ b/meta/recipes-tbd/meta/run-postinsts_1.0.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Run postinstall scripts on device using awk" SECTION = "devel" PR = "r6" +LICENSE = "MIT" SRC_URI = "file://run-postinsts file://run-postinsts.awk"