[oe-commits] Andrei Gherzan : e2fsprogs: e2initrd_helper was moved in libdir but not packaged correctly in FILES_libext2fs

git at git.openembedded.org git at git.openembedded.org
Fri Feb 24 00:01:36 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 31684b34f3521e97dbfd35ff961960b9792ef657
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=31684b34f3521e97dbfd35ff961960b9792ef657

Author: Andrei Gherzan <andrei at gherzan.ro>
Date:   Sun Feb 19 21:41:30 2012 +0200

e2fsprogs: e2initrd_helper was moved in libdir but not packaged correctly in FILES_libext2fs

The new install path of e2initrd_helper is %{libdir}. FILES_libext2fs modified accordigly to
avoid QA warnings.

Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>

---

 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb
index c40d02f..2d36f69 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb
@@ -56,7 +56,7 @@ FILES_e2fsprogs-badblocks = "${base_sbindir}/badblocks"
 FILES_libcomerr = "${base_libdir}/libcom_err.so.*"
 FILES_libss = "${base_libdir}/libss.so.*"
 FILES_libe2p = "${base_libdir}/libe2p.so.*"
-FILES_libext2fs = "${base_libdir}/e2initrd_helper ${libdir}/libext2fs.so.*"
+FILES_libext2fs = "${libdir}/e2initrd_helper ${libdir}/libext2fs.so.*"
 FILES_${PN}-dev += "${datadir}/*/*.awk ${datadir}/*/*.sed ${base_libdir}/*.so"
 
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list