From 138ac3bc4595d6f8e5f0908ee3d538b4da9ef73e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 20 Aug 2012 21:26:19 +0200 Subject: [PATCH] libgsm_1.0.13: Add necessary " for the variable assignment Newer versions of BitBake are more picky about it. Add the quotes. --- recipes-isdn/libgsm/libgsm_1.0.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-isdn/libgsm/libgsm_1.0.13.bb b/recipes-isdn/libgsm/libgsm_1.0.13.bb index b26f587578..e6bf9baf60 100644 --- a/recipes-isdn/libgsm/libgsm_1.0.13.bb +++ b/recipes-isdn/libgsm/libgsm_1.0.13.bb @@ -1,6 +1,6 @@ require libgsm.inc -PR = ${INC_PR}.0 +PR = "${INC_PR}.0" S = "${WORKDIR}/gsm-1.0-pl13/"