]> code.ossystems Code Review - openembedded-core.git/commitdiff
e2fsprogs: remove manual build of util/subst
authorRoss Burton <ross.burton@intel.com>
Mon, 30 Jun 2014 14:32:48 +0000 (15:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Sep 2014 14:19:57 +0000 (15:19 +0100)
The build system uses BUILD_CC itself now, so we don't need to do it manually.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb

index ee7ffcc808ab90ccc21b46078b7d89172aaa4286..f89e5ac0c9adc1450c15e7f833031bcee3b3f14a 100644 (file)
@@ -31,10 +31,6 @@ do_configure_prepend () {
        cp ${WORKDIR}/acinclude.m4 ${S}/
 }
 
-do_compile_prepend () {
-       ( cd ${S}/util; ${BUILD_CC} subst.c -o ${B}/util/subst )
-}
-
 do_install () {
        oe_runmake 'DESTDIR=${D}' install
        oe_runmake 'DESTDIR=${D}' install-libs