[poky] [PATCH 03/14] opkg-config-base:Add license checksum to bb file
Mei Lei
lei.mei at intel.com
Thu Nov 25 23:52:18 PST 2010
Add COPYING.MIT file checksum to bb file
Signed-off-by: Mei Lei <lei.mei at intel.com>
---
meta/recipes-devtools/opkg/opkg-config-base_1.0.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb b/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb
index 9e27e93..54ab7d8 100644
--- a/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb
+++ b/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Base configuration files for opkg"
+L = ${OEROOT}/meta
LICENSE = "MIT"
-
+LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PACKAGE_ARCH = "${MACHINE_ARCH}"
do_compile() {
--
1.6.3.3
More information about the poky
mailing list