From 2128c4aa3934e0b46fb0bb28109d6152f20ddc14 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Fri, 24 Jul 2015 02:11:40 +0300 Subject: [PATCH] samba: missed old oe fixup caused "Resource temporarily unavailable" errors --- recipes/samba/samba_3.5.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/samba/samba_3.5.6.bb b/recipes/samba/samba_3.5.6.bb index baa3ee9325..d77bb6f7a0 100644 --- a/recipes/samba/samba_3.5.6.bb +++ b/recipes/samba/samba_3.5.6.bb @@ -7,12 +7,12 @@ S = "${WORKDIR}/samba-${PV}/source3" # new version that you can not downgrade to use with older # releases. More testing will happen before this is removed # should there be further issues. Appears to work though :) -DEFAULT_PREFERENCE = "-1" +#DEFAULT_PREFERENCE = "-1" -SRC_URI += "file://config-h.patch \ +SRC_URI += "file://config-h.patch;patch=1 \ file://tdbheaderfix.patch;apply=no" -PR = "r0" +PR = "r1" EXTRA_OECONF += "\ SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ -- 2.39.5