aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2014-05-02 01:13:29 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-05-04 11:41:11 +0100
commit7e2c29fca8ab46ef1eee841eeccc36cdf76222a2 (patch)
treeb316153bc1033afa64d821872d5185b47b95b2eb /meta-initramfs/recipes-bsp
parentc87aeb289fb0ab0d14edfb530a90cc49bec0f360 (diff)
downloadmeta-openembedded-contrib-7e2c29fca8ab46ef1eee841eeccc36cdf76222a2.tar.gz
kexecboot: fix build when S != B
* temporarily inherit autotools-brokensep * proper fix sent upstream Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-bsp')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
index 465750553a..d0176c53d4 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
@@ -42,7 +42,7 @@ SRC_URI = "https://github.com/kexecboot/kexecboot/archive/v${PV}.tar.gz"
SRC_URI[md5sum] = "46b7c1a6f20531be56445ebb8669a2b8"
SRC_URI[sha256sum] = "6b360b8aa59bc5d68a96705349a0dd416f8ed704e931fa0ac7849298258f0f15"
-inherit autotools
+inherit autotools-brokensep
EXTRA_OECONF = "--enable-delay=2 --enable-evdev-rate=1000,250"
gen'>marquiz/siggen OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/distutils3.bbclass
blob: 443bf3ac4b3d0db7a1ba93a2c7dcf73f2154d8e6 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100