diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 08:11:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:29 +0000 |
commit | 06ff3c420ca3b4237271879571d9933bbe6463ec (patch) | |
tree | 1f069cfb8254cc5bb72d1036a26266daabda0925 | |
parent | a55d5374e03d694dd6de9f6de51e14d73f7cca75 (diff) | |
download | poky-06ff3c420ca3b4237271879571d9933bbe6463ec.tar.gz |
e2fsprogs: Extend to add nativesdk for syslinux
(From OE-Core rev: 96ca20db0f4e06a5298f706b30313079af54f1bc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb index 1fb4a6cd85..f1fb3a700c 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | |||
@@ -76,7 +76,7 @@ FILES_libe2p = "${base_libdir}/libe2p.so.*" | |||
76 | FILES_libext2fs = "${libdir}/e2initrd_helper ${base_libdir}/libext2fs.so.*" | 76 | FILES_libext2fs = "${libdir}/e2initrd_helper ${base_libdir}/libext2fs.so.*" |
77 | FILES_${PN}-dev += "${datadir}/*/*.awk ${datadir}/*/*.sed ${base_libdir}/*.so" | 77 | FILES_${PN}-dev += "${datadir}/*/*.awk ${datadir}/*/*.sed ${base_libdir}/*.so" |
78 | 78 | ||
79 | BBCLASSEXTEND = "native" | 79 | BBCLASSEXTEND = "native nativesdk" |
80 | 80 | ||
81 | inherit update-alternatives | 81 | inherit update-alternatives |
82 | 82 | ||