diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-05-10 22:03:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-11 18:00:27 +0100 |
commit | 78165633b356a9e149c936d5e750bbfc2c842568 (patch) | |
tree | 26f1a17b78c06ab2af5e2d5a3d9c18bafce54d00 /meta | |
parent | b85bbc52d33e9fd7435ad217eddc750cb132053f (diff) | |
download | poky-78165633b356a9e149c936d5e750bbfc2c842568.tar.gz |
e2fsprogs: fix packaging error for libext2fs
* libext2fs is located in base_libdir, not libdir
(From OE-Core rev: 683bc278d8695ecf4c8658ab39266279c6bf26d4)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb index 6df7cea320..8d4443b542 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require e2fsprogs.inc | 1 | require e2fsprogs.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | SRC_URI += "file://fallocate.patch \ | 5 | SRC_URI += "file://fallocate.patch \ |
6 | file://acinclude.m4 \ | 6 | file://acinclude.m4 \ |
@@ -58,7 +58,7 @@ FILES_e2fsprogs-badblocks = "${base_sbindir}/badblocks" | |||
58 | FILES_libcomerr = "${base_libdir}/libcom_err.so.*" | 58 | FILES_libcomerr = "${base_libdir}/libcom_err.so.*" |
59 | FILES_libss = "${base_libdir}/libss.so.*" | 59 | FILES_libss = "${base_libdir}/libss.so.*" |
60 | FILES_libe2p = "${base_libdir}/libe2p.so.*" | 60 | FILES_libe2p = "${base_libdir}/libe2p.so.*" |
61 | FILES_libext2fs = "${libdir}/e2initrd_helper ${libdir}/libext2fs.so.*" | 61 | FILES_libext2fs = "${libdir}/e2initrd_helper ${base_libdir}/libext2fs.so.*" |
62 | FILES_${PN}-dev += "${datadir}/*/*.awk ${datadir}/*/*.sed ${base_libdir}/*.so" | 62 | FILES_${PN}-dev += "${datadir}/*/*.awk ${datadir}/*/*.sed ${base_libdir}/*.so" |
63 | 63 | ||
64 | BBCLASSEXTEND = "native" | 64 | BBCLASSEXTEND = "native" |