From 37008a7a8c25688eb9e6bba7f1bb1d91906feb6d Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 9 Apr 2014 15:50:26 +0800 Subject: fbset: fix parallel build Fix an incorrect dependency in makefile so that we can build in parallel. Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- meta-oe/recipes-support/fbset/fbset_2.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-oe/recipes-support/fbset/fbset_2.1.bb') 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 -- cgit 1.2.3-korg