diff options
| author | Kevin Tian <kevin.tian@intel.com> | 2010-06-12 13:16:50 +0800 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:16:43 +0100 |
| commit | 2233d2e3891a79dc331ec8fef57803ec8de10ca2 (patch) | |
| tree | 4f95752a27330c5a2eba34a15379e30bb9476d9a | |
| parent | 14bb15457167cac190bd6b108dd654da5e1baaed (diff) | |
| download | poky-2233d2e3891a79dc331ec8fef57803ec8de10ca2.tar.gz | |
opkg-config-base: add LICENSE as 'MIT'
the license information is acquired from:
"Richard Purdie <rpurdie@linux.intel.com>"
Signed-off-by Kevin Tian <kevin.tian@intel.com>
| -rw-r--r-- | meta/packages/feed-config/poky-feed-config-opkg_1.0.bb | 3 | ||||
| -rw-r--r-- | meta/packages/opkg/opkg-config-base_1.0.bb | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/feed-config/poky-feed-config-opkg_1.0.bb b/meta/packages/feed-config/poky-feed-config-opkg_1.0.bb index 2d8d324469..f36b38a7e5 100644 --- a/meta/packages/feed-config/poky-feed-config-opkg_1.0.bb +++ b/meta/packages/feed-config/poky-feed-config-opkg_1.0.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | DESCRIPTION = "Poky exampl feed configuration" | 1 | DESCRIPTION = "Poky example feed configuration" |
| 2 | LICENSE = "MIT" | ||
| 2 | 3 | ||
| 3 | PR = "r1" | 4 | PR = "r1" |
| 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
diff --git a/meta/packages/opkg/opkg-config-base_1.0.bb b/meta/packages/opkg/opkg-config-base_1.0.bb index e766f0c7b5..9e27e9343f 100644 --- a/meta/packages/opkg/opkg-config-base_1.0.bb +++ b/meta/packages/opkg/opkg-config-base_1.0.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | DESCRIPTION = "Base configuration files for opkg" | 1 | DESCRIPTION = "Base configuration files for opkg" |
| 2 | LICENSE = "MIT" | ||
| 2 | 3 | ||
| 3 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 4 | 5 | ||
