diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-06-25 02:01:12 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-06-25 02:03:14 +0200 |
commit | f3a000b477131fb5b65b20c08eaaf9ff79c85ca5 (patch) | |
tree | bee72453d1996391489e1f4e47014571a1f4fa25 | |
parent | e141e38cd9daeb89f3aa563ed31845ee4c1b4faf (diff) |
zaurus-installer: set LICENSE
-rw-r--r-- | recipes/zaurus-updater/zaurus-installer.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/zaurus-updater/zaurus-installer.bb b/recipes/zaurus-updater/zaurus-installer.bb index 70dca30031..e24f2aafaf 100644 --- a/recipes/zaurus-updater/zaurus-installer.bb +++ b/recipes/zaurus-updater/zaurus-installer.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Installkit for kexecboot-kernel" DEPENDS = "${@base_conditional('MACHINE', 'collie', 'linux-kexecboot', 'zaurus-updater linux-kexecboot', d)}" +LICENSE = "zaurus-installer" PR = "r1" PACKAGES = "" |