aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fbset/fbset_2.1.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-04-09 15:50:26 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 13:42:06 +0200
commit37008a7a8c25688eb9e6bba7f1bb1d91906feb6d (patch)
tree2e1337f5a7eb6e38c265586d238f2aa0685ddf80 /meta-oe/recipes-support/fbset/fbset_2.1.bb
parent9fe857dd8d2814edfa3a5821ec5b409404f77591 (diff)
downloadmeta-openembedded-contrib-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.bb6
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 aa780081e0..84f35ffa2a 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"
PR = "r4"
SRC_URI = "http://ftp.debian.org/debian/pool/main/f/fbset/fbset_2.1.orig.tar.gz \
- file://makefile.patch"
+ file://makefile.patch \
+ file://fbset-2.1-fix-makefile-dep.patch \
+"
inherit autotools update-alternatives
-PARALLEL_MAKE = ""
-
do_install() {
install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5
install -m 0755 ${WORKDIR}/${P}/fbset ${D}${sbindir}/fbset.real