diff options
author | Matthew McClintock <msm@freescale.com> | 2013-02-05 11:46:45 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-06 09:37:25 +0000 |
commit | 0a1fa4686140c54e85323f1a409678756b0cb490 (patch) | |
tree | e8efde17600bc0efb3e3cd70d03cdb4bc7d6fd77 /meta/recipes-extended | |
parent | 946e856000be41d087ba321c33c0d42db9e922b4 (diff) | |
download | poky-0a1fa4686140c54e85323f1a409678756b0cb490.tar.gz |
quota_4.01.bb: add e2fsprogs in DEPENDS
Fixes:
| /local/home/mattsm/git/poky/build-master/tmp/sysroots/x86_64-linux/usr/libexec/ppce300c3-poky-linux/gcc/powerpc-poky-linux/4.7.2/ld: cannot find -lext2fs
(From OE-Core rev: 514c479816da79bb2f71602c3bf3c4805a4416e6)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/quota/quota_4.01.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/quota/quota_4.01.bb b/meta/recipes-extended/quota/quota_4.01.bb index 1cb6650f22..80159a9ad4 100644 --- a/meta/recipes-extended/quota/quota_4.01.bb +++ b/meta/recipes-extended/quota/quota_4.01.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "BSD & GPLv2+ & LGPLv2.1+" | |||
6 | LIC_FILES_CHKSUM = "file://quota.c;beginline=1;endline=33;md5=331c7d77744bfe0ad24027f0651028ec \ | 6 | LIC_FILES_CHKSUM = "file://quota.c;beginline=1;endline=33;md5=331c7d77744bfe0ad24027f0651028ec \ |
7 | file://rquota_server.c;beginline=1;endline=20;md5=fe7e0d7e11c6f820f8fa62a5af71230f \ | 7 | file://rquota_server.c;beginline=1;endline=20;md5=fe7e0d7e11c6f820f8fa62a5af71230f \ |
8 | file://svc_socket.c;beginline=1;endline=17;md5=24d5a8792da45910786eeac750be8ceb" | 8 | file://svc_socket.c;beginline=1;endline=17;md5=24d5a8792da45910786eeac750be8ceb" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/linuxquota/quota-tools/${PV}/quota-${PV}.tar.gz" | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/linuxquota/quota-tools/${PV}/quota-${PV}.tar.gz" |
12 | 12 | ||
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "a36300bbc126b79b745bf937245092808b4585aa3309ef3335d4ab9d87 | |||
15 | 15 | ||
16 | S = "${WORKDIR}/quota-tools" | 16 | S = "${WORKDIR}/quota-tools" |
17 | 17 | ||
18 | DEPENDS = "gettext-native" | 18 | DEPENDS = "gettext-native e2fsprogs" |
19 | 19 | ||
20 | inherit autotools gettext | 20 | inherit autotools gettext |
21 | 21 | ||