diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 23:35:08 +0000 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:48 -0800 |
commit | 3a78838d4f1db75d06b5d3df042638f34cf328f5 (patch) | |
tree | 63d1d8a6bbf9140a3627a0479f4066b2f30dd985 /meta/recipes-bsp | |
parent | a15eff008659e8615f217166403b10e649140484 (diff) | |
download | poky-3a78838d4f1db75d06b5d3df042638f34cf328f5.tar.gz |
usbinit: Fix License checksum issue
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/usbinit/usbinit.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/meta/recipes-bsp/usbinit/usbinit.bb index 951650a364..834649b99f 100644 --- a/meta/recipes-bsp/usbinit/usbinit.bb +++ b/meta/recipes-bsp/usbinit/usbinit.bb | |||
@@ -1,12 +1,13 @@ | |||
1 | DESCRIPTION = "Initscript to manage gadget Ethernet" | 1 | DESCRIPTION = "Initscript to manage gadget Ethernet" |
2 | 2 | ||
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
5 | 5 | ||
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "file://usb-gether" | 9 | SRC_URI = "file://usb-gether \ |
10 | file://COPYING.GPL" | ||
10 | S = "${WORKDIR}" | 11 | S = "${WORKDIR}" |
11 | 12 | ||
12 | do_install() { | 13 | do_install() { |