[oe-commits] Khem Raj : checksums.ini: Add checksum for matrixssl-1.1.1

GIT User account git at amethyst.openembedded.net
Wed Dec 10 21:13:47 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 31ce8b7aa97dc40acc0067792dcd2c86b27a13f2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=31ce8b7aa97dc40acc0067792dcd2c86b27a13f2

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Dec 10 13:09:20 2008 -0800

checksums.ini: Add checksum for matrixssl-1.1.1
matrixssl.inc: Fix define_os ()
matrixssl_1.1.1: SRC_URI should point to new location
* Use PV in URL
* Bump PR
* Replace CGLAGS+ with CFLAGS_append

---

 conf/checksums.ini                    |    4 ++++
 packages/matrixssl/matrixssl.inc      |    2 +-
 packages/matrixssl/matrixssl_1.1.1.bb |    7 ++++---
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 4e15e69..fb81a30 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -13734,6 +13734,10 @@ sha256=81a23a4af797cf350759fd5ac738797015a66dd5dba2f3d9f3c6908506c1ceff
 md5=0f867a7b5ce70650f36caf00c4941ebf
 sha256=b46ade42d080851ba4c5a10d3c520eb169fc33ab5c259ee8ca147eff57741246
 
+[http://wiki.openembedded.org/dl/matrixssl-1-1-1.tar.gz]
+md5=0f867a7b5ce70650f36caf00c4941ebf
+sha256=b46ade42d080851ba4c5a10d3c520eb169fc33ab5c259ee8ca147eff57741246
+
 [http://212.10.30.205/rc12/src/mb-applet-cards-1.0.2.tar.bz2]
 md5=83661e2f9b67fd910f9ca0b1db06d9e8
 sha256=52980096f4dbe5ea52a8c1bded74e7c657f934de5320da3f30cf7baf4274c749
diff --git a/packages/matrixssl/matrixssl.inc b/packages/matrixssl/matrixssl.inc
index 5f6bf43..bb6b8e0 100644
--- a/packages/matrixssl/matrixssl.inc
+++ b/packages/matrixssl/matrixssl.inc
@@ -1,5 +1,5 @@
 def define_os (d):
 	import bb
-	if bb.data.getVar('TARGET_OS', d).startswith('linux'):
+	if bb.data.getVar('TARGET_OS', d, 1).startswith('linux'):
 		return "-DLINUX"
 	return ""
diff --git a/packages/matrixssl/matrixssl_1.1.1.bb b/packages/matrixssl/matrixssl_1.1.1.bb
index 09df504..60f1bb4 100644
--- a/packages/matrixssl/matrixssl_1.1.1.bb
+++ b/packages/matrixssl/matrixssl_1.1.1.bb
@@ -1,13 +1,14 @@
 DESCRIPTION = "A secure sockets library"
 SECTION = "libs"
 LICENSE = "GPL"
-
-SRC_URI = "http://openembedded.org/dl/matrixssl-1-1-1.tar.gz \
+PR = "r1"
+SRC_URI = "http://wiki.openembedded.org/dl/matrixssl-${PV}.tar.gz \
 	   file://cross.patch;patch=1"
 S = "${WORKDIR}/matrixssl/src"
 
 require matrixssl.inc
-CFLAGS += " ${@define_os(d)}"
+
+CFLAGS_append = " ${@define_os(d)}"
 
 do_install () {
 	install -d ${D}${includedir}





More information about the Openembedded-commits mailing list