From a4eac0d18323b405002c53c289a13ef2afe610ed Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 14 Dec 2012 08:19:41 +0000 Subject: samba: Fix build on Fedora 17 * Fedora 17 has /bin/perl, this causes samba build to put perl interpreter path as /bin/perl But we set perl location for target as /usr/bin/perl * This mismatch of perl path causes failure of rootfs image creation: | error: Failed dependencies: | /bin/perl is needed by samba-3.6.8-r3.ppce5500 * MJ: fixed whitespaces Signed-off-by: Ting Liu Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/samba/samba_3.6.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-connectivity/samba/samba_3.6.8.bb') diff --git a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb index 4750ecb61f..5722cb6e57 100644 --- a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb +++ b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb @@ -3,7 +3,7 @@ require samba-basic.inc LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r3" +PR = "r4" SRC_URI += "\ file://config-h.patch \ -- cgit 1.2.3-korg