git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deddb9a
)
Disable ODBM_File for native perl-5.8.8, since this will cause
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 21 Jul 2009 17:01:18 +0000
(19:01 +0200)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 21 Jul 2009 19:50:30 +0000
(21:50 +0200)
the build to fail on x64 OpenSuSE 11.1
recipes/perl/perl-native_5.8.8.bb
patch
|
blob
|
history
diff --git
a/recipes/perl/perl-native_5.8.8.bb
b/recipes/perl/perl-native_5.8.8.bb
index
57e9e1c
..
bde7638
100644
(file)
--- a/
recipes/perl/perl-native_5.8.8.bb
+++ b/
recipes/perl/perl-native_5.8.8.bb
@@
-3,7
+3,7
@@
HOMEPAGE = "http://www.perl.org/"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "virtual/db-native gdbm-native"
-PR = "r1
3
"
+PR = "r1
4
"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}"
@@
-43,6
+43,7
@@
do_configure () {
-Dusethreads \
-Duseithreads \
-Duselargefiles \
+ -Dnoextensions=ODBM_File \
-Ud_dosuid \
-Ui_db \
-Ui_ndbm \