[oe-commits] Andreas Oberritter : e2fsprogs: fix packaging error for libext2fs

git at git.openembedded.org git at git.openembedded.org
Fri May 11 17:07:56 UTC 2012


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Thu May 10 22:03:57 2012 +0200

e2fsprogs: fix packaging error for libext2fs

* libext2fs is located in base_libdir, not libdir

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 6df7cea..8d4443b 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 @@
 require e2fsprogs.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI += "file://fallocate.patch \
             file://acinclude.m4 \
@@ -58,7 +58,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 = "${libdir}/e2initrd_helper ${libdir}/libext2fs.so.*"
+FILES_libext2fs = "${libdir}/e2initrd_helper ${base_libdir}/libext2fs.so.*"
 FILES_${PN}-dev += "${datadir}/*/*.awk ${datadir}/*/*.sed ${base_libdir}/*.so"
 
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list