From 1cafeaaa86f55db61472c2fd22d138210cc69102 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 25 Sep 2014 20:15:30 +0200 Subject: [PATCH] libsmpp34: Fix build with srcdir!=builddir for dizzy Fix the build by using a newer version and change the PR to be a proper version number. I havent' checked if upgrading is possible but is not a big concern right now. --- recipes-misc/libsmpp/libsmpp34_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb b/recipes-misc/libsmpp/libsmpp34_git.bb index 89df3556af..ed2e48bd21 100644 --- a/recipes-misc/libsmpp/libsmpp34_git.bb +++ b/recipes-misc/libsmpp/libsmpp34_git.bb @@ -6,10 +6,10 @@ SECTION = "libs" DEPENDS = "libxml2" S = "${WORKDIR}/git" -SRCREV = "a18bad989696b5047fab20e579a6e5a886a4904f" +SRCREV = "84f2905c5bfed2e1f5bae52a2bb9bc771fd8b895" SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git" PV = "1.10+gitr${SRCPV}" -PR = "0" +PR = "r1" PARALLEL_MAKE = ""