diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-04-09 15:50:26 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 13:42:06 +0200 |
commit | 37008a7a8c25688eb9e6bba7f1bb1d91906feb6d (patch) | |
tree | 2e1337f5a7eb6e38c265586d238f2aa0685ddf80 /meta-oe/recipes-support/fbset/fbset_2.1.bb | |
parent | 9fe857dd8d2814edfa3a5821ec5b409404f77591 (diff) | |
download | meta-openembedded-37008a7a8c25688eb9e6bba7f1bb1d91906feb6d.tar.gz |
fbset: fix parallel build
Fix an incorrect dependency in makefile so that we can build
in parallel.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fbset/fbset_2.1.bb')
-rw-r--r-- | meta-oe/recipes-support/fbset/fbset_2.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb index aa780081e..84f35ffa2 100644 --- a/meta-oe/recipes-support/fbset/fbset_2.1.bb +++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb | |||
@@ -14,12 +14,12 @@ DEPENDS = "bison-native" | |||
14 | PR = "r4" | 14 | PR = "r4" |
15 | 15 | ||
16 | SRC_URI = "http://ftp.debian.org/debian/pool/main/f/fbset/fbset_2.1.orig.tar.gz \ | 16 | SRC_URI = "http://ftp.debian.org/debian/pool/main/f/fbset/fbset_2.1.orig.tar.gz \ |
17 | file://makefile.patch" | 17 | file://makefile.patch \ |
18 | file://fbset-2.1-fix-makefile-dep.patch \ | ||
19 | " | ||
18 | 20 | ||
19 | inherit autotools update-alternatives | 21 | inherit autotools update-alternatives |
20 | 22 | ||
21 | PARALLEL_MAKE = "" | ||
22 | |||
23 | do_install() { | 23 | do_install() { |
24 | install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5 | 24 | install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5 |
25 | install -m 0755 ${WORKDIR}/${P}/fbset ${D}${sbindir}/fbset.real | 25 | install -m 0755 ${WORKDIR}/${P}/fbset ${D}${sbindir}/fbset.real |