From 531a874848130d8a746d2337f62ed2358f43f086 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Sat, 8 May 2010 14:21:28 -0400 Subject: attr: clear TOPDIR env variable in recipe --- recipes/udev/attr_2.4.44.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/udev/attr_2.4.44.bb b/recipes/udev/attr_2.4.44.bb index d1ca5089ab..ee48693243 100644 --- a/recipes/udev/attr_2.4.44.bb +++ b/recipes/udev/attr_2.4.44.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Commands for Manipulating Filesystem Extended Attributes" LICENSE = "GPLv2" -PR = "r2" +PR = "r3" SRC_URI = "http://mirror.its.uidaho.edu/pub/savannah/attr/attr-${PV}.src.tar.gz" @@ -14,6 +14,8 @@ EXTRA_OECONF = " --enable-gettext=yes \ LDFLAGS_append_libc-uclibc += " -lintl" +TOPDIR[unexport] = "1" + do_configure_append() { # gettext hack echo "#define _(str) str" >> ${S}/include/config.h -- cgit 1.2.3-korg ='cgit'>
summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/files/shadow-relaxed-usernames.patch
blob: cc833362e9afed41d291f0d7b5f9fca44d364b48 (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
101
102
103
104
105
106
107
108
109
110
111