This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/3544
libsmpp34_1.12: Further unif with libsmpp_git
Among cosmetic changes, this also introduces a requirement to
pkg-config, which was missing so far and breaking the build
Change-Id: I18792e6fdb7a970c5714e174a32b076fa893ecd4
---
M recipes-misc/libsmpp/libsmpp34_1.12.bb
1 file changed, 7 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/44/3544/1
diff --git a/recipes-misc/libsmpp/libsmpp34_1.12.bb b/recipes-misc/libsmpp/libsmpp34_1.12.bb
index b106c3e..406fa45 100644
--- a/recipes-misc/libsmpp/libsmpp34_1.12.bb
+++ b/recipes-misc/libsmpp/libsmpp34_1.12.bb
@@ -1,18 +1,19 @@
DESCRIPTION = "C Open SMPP library"
-HOMEPAGE = "http://osmocom.org/projects/libsmpp34"
+HOMEPAGE = "http://osmocom.org/projects/libsmpp34/"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
SECTION = "libs"
DEPENDS = "libxml2"
-PR = "r0"
-
-SRC_URI = "git://git.osmocom.org/${PN}"
-SRCREV = "6d47c170cccd8a72eae985c7ecffba3f07d3861a"
S = "${WORKDIR}/git"
+SRCREV = "6d47c170cccd8a72eae985c7ecffba3f07d3861a"
+SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git"
+PR = "r1"
PARALLEL_MAKE = ""
-inherit autotools
+inherit autotools pkgconfig
+PACKAGES =+ "${PN}-apps"
+FILES_${PN}-apps = "${bindir}/*"
--
To view, visit https://gerrit.osmocom.org/3544
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I18792e6fdb7a970c5714e174a32b076fa893ecd4
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>