From bd7a882db82f3f50bc638a15c8014c64035b3443 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 9 Aug 2014 07:46:57 +0200 Subject: [PATCH 1/2] osmocom: A round of upgrades of Osmocom components --- recipes-smalltalk/osmocom/osmo-st-gsm_git.bb | 2 +- recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb | 2 +- recipes-smalltalk/osmocom/osmo-st-network_git.bb | 2 +- recipes-smalltalk/osmocom/osmo-st-sip_git.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-smalltalk/osmocom/osmo-st-gsm_git.bb b/recipes-smalltalk/osmocom/osmo-st-gsm_git.bb index aa10ad7596..e5e0765e65 100644 --- a/recipes-smalltalk/osmocom/osmo-st-gsm_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-gsm_git.bb @@ -10,6 +10,6 @@ RDEPENDS_${PN} += "osmo-st-core osmo-st-network osmo-st-logging" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-gsm;protocol=git;branch=master" -SRCREV = "00ee3d0ea0cda615ba58705d08380a116193743d" +SRCREV = "9bd9a9e3b6826f99ec330ec0086321a599e470f6" PV = "0.0.1+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb b/recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb index 0f9f3f4288..a808cf3dd9 100644 --- a/recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb @@ -10,6 +10,6 @@ RDEPENDS_${PN} += "osmo-st-logging osmo-st-core petitparser" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-mgcp;protocol=git;branch=master" -SRCREV = "08ebcfdab3cd161bb111851bbb5d74f80aff97d0" +SRCREV = "aa8d9b64c62440f11f71226da1dd507fc0af4cc1" PV = "0.0.1+gitr${SRCPV}" PR = "${INC_PR}.1" diff --git a/recipes-smalltalk/osmocom/osmo-st-network_git.bb b/recipes-smalltalk/osmocom/osmo-st-network_git.bb index 28d079614e..dfee4ce5f9 100644 --- a/recipes-smalltalk/osmocom/osmo-st-network_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-network_git.bb @@ -10,6 +10,6 @@ RDEPENDS_${PN} += "osmo-st-logging osmo-st-core" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-network;protocol=git;branch=master" -SRCREV = "cb55eb5dcf67fbe1ca02e12cd3ccc25df4847ee2" +SRCREV = "9cf469c2614c26673a6a896042ce1449e156bec6" PV = "0.0.2+gitr${SRCPV}" PR = "${INC_PR}.1" diff --git a/recipes-smalltalk/osmocom/osmo-st-sip_git.bb b/recipes-smalltalk/osmocom/osmo-st-sip_git.bb index 548e2f3164..2d96d39973 100644 --- a/recipes-smalltalk/osmocom/osmo-st-sip_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-sip_git.bb @@ -10,6 +10,6 @@ RDEPENDS_${PN} += "osmo-st-core osmo-st-logging petitparser" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-sip;protocol=git;branch=master" -SRCREV = "eb578aa93e3bc6ddabac0c1a669eb4f700686e96" +SRCREV = "88c800559736a39edc67fda0506460dcbf4976cf" PV = "0.0.1+gitr${SRCPV}" PR = "${INC_PR}.1" From 0b3bb7187136fe37ae57351446092c9ee79040c1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 9 Aug 2014 23:47:15 +0200 Subject: [PATCH 2/2] classes: Allow to specify another package file --- classes/smalltalk_package.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/smalltalk_package.bbclass b/classes/smalltalk_package.bbclass index 5eb9ca6248..fd73d6551c 100644 --- a/classes/smalltalk_package.bbclass +++ b/classes/smalltalk_package.bbclass @@ -1,9 +1,10 @@ DEPENDS = "smalltalk-native" RDEPENDS_${PN} += "smalltalk" +GST_PACKAGE_XML ?= "package.xml" smalltalk_package_do_compile() { gst < /dev/null - gst-package --target-directory=. package.xml + gst-package --target-directory=. ${GST_PACKAGE_XML} } smalltalk_package_do_install () {