mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 09:46:38 +01:00
[YOCTO #1155] I thought git-native could depend on perl-native-runtime and tests on Ubuntu 9.04/10.10 and Fedora 13 show it could buid fine (looks these distros install perl-ExtUtils-MakeMaker by default). However Joshua reported on Fedora 15 i686 host, git-native can't build unless he manually installed perl-ExtUtils-MakeMaker to the host. This makes me think we may as well make git-native depend on perl-native. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
11 lines
349 B
BlitzBasic
11 lines
349 B
BlitzBasic
require git.inc
|
|
|
|
PR = "r2"
|
|
|
|
EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
|
|
ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "a49291116e3b0564e069ae989e4db6fb"
|
|
SRC_URI[sha256sum] = "a1d4a1c59300e68fbc493a2cbe9257048d4d6f4363924bf34f38c413a825f80c"
|