| Submitter | Saul Wold |
|---|---|
| Date | April 10, 2012, 7:26 a.m. |
| Message ID | <8091bae14737a908742d983c3879b5f89009dde4.1334042473.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/25509/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index be3831b..ce2f574 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc @@ -12,6 +12,12 @@ EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl --without- inherit autotools perlnative +do_compile_prepend () { + # Remove perl/perl.mak to fix the out-of-date perl.mak error + # during rebuild + rm -f perl/perl.mak +} + do_install () { oe_runmake install DESTDIR="${D}" bindir=${bindir} \ template_dir=${datadir}/git-core/templates \