[oe-commits] org.oe.dev another set of parse errors fixing

hrw commit openembedded-commits at lists.openembedded.org
Mon Nov 20 15:53:25 UTC 2006


another set of parse errors fixing

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: ec50d77c9504e3651ae9737cc91072df519c23fe
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ec50d77c9504e3651ae9737cc91072df519c23fe
Files:
1
packages/cxcrypt/cxcrypt_1.0.bb
packages/images/gpe-image.bb
Diffs:

#
# mt diff -r218b565d1893077120cf3b10f6faa2efd3be6a58 -rec50d77c9504e3651ae9737cc91072df519c23fe
#
# 
# 
# patch "packages/cxcrypt/cxcrypt_1.0.bb"
#  from [4fb4d223cbd90de4e62a0bb5f544be9a7a04dd38]
#    to [955cb265996f976de1a775f65356f25ef1a07889]
# 
# patch "packages/images/gpe-image.bb"
#  from [7eaff80007c8ee1e9160efa6919918341e910030]
#    to [48e458e7e84410f75076bc36907fc00632053d0a]
# 
============================================================
--- packages/cxcrypt/cxcrypt_1.0.bb	4fb4d223cbd90de4e62a0bb5f544be9a7a04dd38
+++ packages/cxcrypt/cxcrypt_1.0.bb	955cb265996f976de1a775f65356f25ef1a07889
@@ -1,8 +1,7 @@ PRIORITY = "optional"
 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"
============================================================
--- packages/images/gpe-image.bb	7eaff80007c8ee1e9160efa6919918341e910030
+++ packages/images/gpe-image.bb	48e458e7e84410f75076bc36907fc00632053d0a
@@ -39,4 +39,4 @@ inherit image_ipk
 #ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
 
 inherit image_ipk
+LICENSE = "MIT"
-LICENSE = MIT






More information about the Openembedded-commits mailing list