diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-07 17:33:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-07 18:00:03 +0200 |
commit | 30a913149de95ecafe4ef87bd50cfdbd6737fe1e (patch) | |
tree | fdf84e74cb63c5d61729c861b8fbccf0c0b281eb /recipes/openbsc | |
parent | 6859fd82cd4cd53a04bfd684b1ab03a28b4c2ea0 (diff) |
recipes: move SRCREVs also to git recipes
* Following revs weren't used in OE tree (based on PN check)
* SRCREV_pn-fsod ?= "2a33e5ffe96c611e6a6b8b6c33d2a83ba656f55b"
* SRCREV_pn-linux-sgh-i900 ?= "7e5f8bd3864485e5fc66cb946e09f18b5a32cebc"
* SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141"
* SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
Diffstat (limited to 'recipes/openbsc')
-rw-r--r-- | recipes/openbsc/openbsc-onwaves_git.bb | 1 | ||||
-rw-r--r-- | recipes/openbsc/openbsc_git.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes/openbsc/openbsc-onwaves_git.bb b/recipes/openbsc/openbsc-onwaves_git.bb index d9cea133cd..0d53008435 100644 --- a/recipes/openbsc/openbsc-onwaves_git.bb +++ b/recipes/openbsc/openbsc-onwaves_git.bb @@ -2,6 +2,7 @@ require openbsc.inc S = "${WORKDIR}/git/openbsc" SRC_URI = "git://bs11-abis.gnumonks.org/openbsc.git;protocol=git;branch=on-waves/bsc-master" +SRCREV = "0d9ed87d5c7d5b6e21dc3bbb282e215068742566" PV = "0.0.1.1+gitr${SRCREV}" PR = "${INC_PR}.1" diff --git a/recipes/openbsc/openbsc_git.bb b/recipes/openbsc/openbsc_git.bb index cc3d3470e5..55898b147a 100644 --- a/recipes/openbsc/openbsc_git.bb +++ b/recipes/openbsc/openbsc_git.bb @@ -2,6 +2,7 @@ require ${PN}.inc S = "${WORKDIR}/git/openbsc" SRC_URI = "git://bs11-abis.gnumonks.org/openbsc.git;protocol=git" +SRCREV = "5e68183a201ab92f29cd2467df5209f7b351a66d" PV = "0.0.1.1+gitr${SRCREV}" PR = "${INC_PR}.1" |