From: Marcin Juszkiewicz Date: Mon, 20 Nov 2006 15:49:47 +0000 (+0000) Subject: another set of parse errors fixing X-Git-Tag: Release-2010-05/1~9453^2~387 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f7f1a4346ab563edace4970859a63b6b9d356db;p=openembedded.git another set of parse errors fixing --- diff --git a/packages/cxcrypt/cxcrypt_1.0.bb b/packages/cxcrypt/cxcrypt_1.0.bb index 280b643c4d..11fbadae0c 100644 --- a/packages/cxcrypt/cxcrypt_1.0.bb +++ b/packages/cxcrypt/cxcrypt_1.0.bb @@ -1,8 +1,7 @@ DESCRIPTION = "A simple, xor-based encryption tool" SECTION = "base" PRIORITY = "optional" -PV = 1.0 -LICENSE = LGPL +LICENSE = "LGPL" SRC_URI = "http://www.fh-wedel.de/pub/fh-wedel/staff/herbert/misc/${PN}-${PV}.tar.gz" S = "${WORKDIR}/cxcrypt" diff --git a/packages/images/gpe-image.bb b/packages/images/gpe-image.bb index 578451b1fc..53c6d5f8f9 100644 --- a/packages/images/gpe-image.bb +++ b/packages/images/gpe-image.bb @@ -39,4 +39,4 @@ export IPKG_INSTALL = "\ #ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; " inherit image_ipk -LICENSE = MIT +LICENSE = "MIT"