aboutsummaryrefslogtreecommitdiffstats
path: root/packages/grub
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /packages/grub
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
downloadopenembedded-2c5b8ec6d95cf68650265941530e5ce38c8dd6d9.tar.gz
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'packages/grub')
-rw-r--r--packages/grub/grub-0.93/autohell.patch0
-rw-r--r--packages/grub/grub-0.93/memcpy.patch0
-rw-r--r--packages/grub/grub-0.93/reiserfs.patch0
-rw-r--r--packages/grub/grub_0.93.bb0
4 files changed, 0 insertions, 0 deletions
diff --git a/packages/grub/grub-0.93/autohell.patch b/packages/grub/grub-0.93/autohell.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/grub/grub-0.93/autohell.patch
diff --git a/packages/grub/grub-0.93/memcpy.patch b/packages/grub/grub-0.93/memcpy.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/grub/grub-0.93/memcpy.patch
diff --git a/packages/grub/grub-0.93/reiserfs.patch b/packages/grub/grub-0.93/reiserfs.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/grub/grub-0.93/reiserfs.patch
diff --git a/packages/grub/grub_0.93.bb b/packages/grub/grub_0.93.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/grub/grub_0.93.bb
OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
blob: 1e626f154c2bb6d665a9f1ca0a8fab361afdf870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Beecrypt OE build file
# Copyright (C) 2004-2005, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

SUMMARY = "A general-purpose cryptography library"
HOMEPAGE = "http://sourceforge.net/projects/beecrypt"

SRC_URI = "${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
           file://disable-icu-check.patch \
           file://fix-security.patch \
           file://fix-for-gcc-4.7.patch \
           file://run-ptest \
           file://beecrypt-enable-ptest-support.patch \
           file://add-option-dev-dsp.patch \
          "

SRC_URI[md5sum] = "8441c014170823f2dff97e33df55af1e"
SRC_URI[sha256sum] = "286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d"

LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \
                    file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589 \
                    file://include/beecrypt/beecrypt.h;endline=20;md5=47a93eef539aac237eef86297a4d71c1"

PR = "r3"

inherit autotools multilib_header ptest
acpaths=""

do_install_append() {
	oe_multilib_header beecrypt/gnu.h
}

EXTRA_OECONF = "--without-python --enable-shared --enable-static --disable-openmp --with-java=no"

PACKAGECONFIG ??= ""
PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu"

FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"
FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la"
FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a"

BBCLASSEXTEND = "native nativesdk"

do_install_ptest () {
	mkdir ${D}${PTEST_PATH}/tests
	cp -r ${B}/tests/.libs/test* ${D}${PTEST_PATH}/tests
}