diff options
author | Qing He <qing.he@intel.com> | 2010-12-10 16:42:12 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:35 -0800 |
commit | a14c3855a6de4d7607dc9291d07249303e1c0543 (patch) | |
tree | c6bb85fcc9566bca01f17fa1dcb067cbb268f95a /meta/recipes-bsp/usbinit/usbinit.bb | |
parent | f68895d0b1e09fbdbae92363b23d6d608b15f771 (diff) | |
download | poky-a14c3855a6de4d7607dc9291d07249303e1c0543.tar.gz |
usbinit: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-bsp/usbinit/usbinit.bb')
-rw-r--r-- | meta/recipes-bsp/usbinit/usbinit.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/meta/recipes-bsp/usbinit/usbinit.bb index 1d4575bddb..951650a364 100644 --- a/meta/recipes-bsp/usbinit/usbinit.bb +++ b/meta/recipes-bsp/usbinit/usbinit.bb | |||
@@ -1,5 +1,8 @@ | |||
1 | DESCRIPTION = "Initscript to manage gadget Ethernet" | 1 | DESCRIPTION = "Initscript to manage gadget Ethernet" |
2 | |||
2 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | ||
5 | |||
3 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
4 | PR = "r1" | 7 | PR = "r1" |
5 | 8 | ||