diff options
author | Yu Ke <ke.yu@intel.com> | 2011-07-11 15:23:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-12 15:00:47 +0100 |
commit | 7cbce4bf877f0c04b267d4bb45abc9e45698037c (patch) | |
tree | 8e0a0a849ffb49e57a6bcbd51a890ffa1244d128 /meta/recipes-support/libcap/libcap_2.20.bb | |
parent | 668d80ea10a3bec9c837c0e719b778a46bd48cc5 (diff) | |
download | poky-7cbce4bf877f0c04b267d4bb45abc9e45698037c.tar.gz |
libcap: fix for non /usr/lib libdir case
the recipe has hardcoded "lib=lib", which does not work in
libdir=/usr/lib64 case where should be "lib=lib64",
So this patch fix it by replacing lib with libdir
(From OE-Core rev: 2919954a2cbd41a08b99b691b8f7502b061267f1)
Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcap/libcap_2.20.bb')
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcap/libcap_2.20.bb b/meta/recipes-support/libcap/libcap_2.20.bb index ab3638a150..c9741c252a 100644 --- a/meta/recipes-support/libcap/libcap_2.20.bb +++ b/meta/recipes-support/libcap/libcap_2.20.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libcap.inc | 1 | require libcap.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "10e47ed32ca2214eb0e58780282d27b4" | 5 | SRC_URI[md5sum] = "10e47ed32ca2214eb0e58780282d27b4" |
6 | SRC_URI[sha256sum] = "20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220" | 6 | SRC_URI[sha256sum] = "20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220" |