summaryrefslogtreecommitdiffstats
path: root/meta/packages/opkg
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-06-12 13:16:50 +0800
committerJoshua Lock <josh@linux.intel.com>2010-06-17 23:16:43 +0100
commit2233d2e3891a79dc331ec8fef57803ec8de10ca2 (patch)
tree4f95752a27330c5a2eba34a15379e30bb9476d9a /meta/packages/opkg
parent14bb15457167cac190bd6b108dd654da5e1baaed (diff)
downloadpoky-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>
Diffstat (limited to 'meta/packages/opkg')
-rw-r--r--meta/packages/opkg/opkg-config-base_1.0.bb1
1 files changed, 1 insertions, 0 deletions
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 @@
1DESCRIPTION = "Base configuration files for opkg" 1DESCRIPTION = "Base configuration files for opkg"
2LICENSE = "MIT"
2 3
3PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
4 5