From: Holger Hans Peter Freyther Date: Sun, 20 Dec 2009 04:38:55 +0000 (+0800) Subject: openbsc: Switch to INC_PR and include file X-Git-Tag: Release-2010-05/1~1245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685833e6db36d4a812b993f4413bc0e0f0ab36e7;p=openembedded.git openbsc: Switch to INC_PR and include file --- diff --git a/recipes/openbsc/openbsc.inc b/recipes/openbsc/openbsc.inc new file mode 100644 index 0000000000..bb51e2b80f --- /dev/null +++ b/recipes/openbsc/openbsc.inc @@ -0,0 +1,9 @@ +DESCRITOPN = "OpenBSC a Free Software GSM BaseStationController" +DEPENDS = "libdbi" +HOMEPAGE = "http://openbsc.gnumonks.org" + +RDEPENDS = "libdbd-sqlite3" + +INC_PR="r0" + +inherit autotools diff --git a/recipes/openbsc/openbsc_git.bb b/recipes/openbsc/openbsc_git.bb index 68f129ea36..cc3d3470e5 100644 --- a/recipes/openbsc/openbsc_git.bb +++ b/recipes/openbsc/openbsc_git.bb @@ -1,12 +1,7 @@ -DESCRITOPN = "OpenBSC a Free Software GSM BaseStationController" -DEPENDS = "libdbi" -HOMEPAGE = "http://openbsc.gnumonks.org" - -RDEPENDS = "libdbd-sqlite3" +require ${PN}.inc +S = "${WORKDIR}/git/openbsc" SRC_URI = "git://bs11-abis.gnumonks.org/openbsc.git;protocol=git" PV = "0.0.1.1+gitr${SRCREV}" +PR = "${INC_PR}.1" -S = "${WORKDIR}/git/openbsc" - -inherit autotools