aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matrixssl/matrixssl_1.1.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-12 09:19:31 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-12 09:19:31 +0000
commit7b3360da2cf2096ba1b876f11814d6eb09e65d85 (patch)
tree8c2378f8b916a5b519462220426b4c87db52c83e /packages/matrixssl/matrixssl_1.1.1.bb
parent67a391820a7b50eac89da4faa76ff60cc9c5aec9 (diff)
downloadopenembedded-7b3360da2cf2096ba1b876f11814d6eb09e65d85.tar.gz
matrixssl: remove 1.0-beta, refactor get_os function out into common .inc
Diffstat (limited to 'packages/matrixssl/matrixssl_1.1.1.bb')
-rw-r--r--packages/matrixssl/matrixssl_1.1.1.bb12
1 files changed, 5 insertions, 7 deletions
diff --git a/packages/matrixssl/matrixssl_1.1.1.bb b/packages/matrixssl/matrixssl_1.1.1.bb
index 674e4b4509..09df504a8b 100644
--- a/packages/matrixssl/matrixssl_1.1.1.bb
+++ b/packages/matrixssl/matrixssl_1.1.1.bb
@@ -1,14 +1,12 @@
-SECTION = "unknown"
+DESCRIPTION = "A secure sockets library"
+SECTION = "libs"
+LICENSE = "GPL"
+
SRC_URI = "http://openembedded.org/dl/matrixssl-1-1-1.tar.gz \
file://cross.patch;patch=1"
S = "${WORKDIR}/matrixssl/src"
-LICENSE = "GPL"
-def define_os (d):
- import bb
- if bb.data.getVar('TARGET_OS', d).startswith('linux'):
- return "-DLINUX"
- return ""
+require matrixssl.inc
CFLAGS += " ${@define_os(d)}"
do_install () {