diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-17 11:41:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-17 11:45:39 +0100 |
commit | 67b3baea2fd5203fe5dd6abec3530df4abe672ee (patch) | |
tree | 2d8eed1b2e49ed6f5ac75a463542167c944324c0 /recipes/samsung-soc-utils | |
parent | c588c7ecebd7e3f1f2983a55ee564877a7bfdf12 (diff) |
sane-srcrevs: move SRCREVs to recipes for openmoko related svn recipes
* As suggested few times on ML
* I would move git revs too, but after merging SRCPV (don't want to
resolve so much conflicts now)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/samsung-soc-utils')
-rw-r--r-- | recipes/samsung-soc-utils/s3c24xx-gpio_svn.bb | 1 | ||||
-rw-r--r-- | recipes/samsung-soc-utils/s3c64xx-gpio_svn.bb | 1 | ||||
-rw-r--r-- | recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/recipes/samsung-soc-utils/s3c24xx-gpio_svn.bb b/recipes/samsung-soc-utils/s3c24xx-gpio_svn.bb index 10ebf6b431..b813f76b16 100644 --- a/recipes/samsung-soc-utils/s3c24xx-gpio_svn.bb +++ b/recipes/samsung-soc-utils/s3c24xx-gpio_svn.bb @@ -2,6 +2,7 @@ DESCRIPTION = "A user-space tool to show and modify the state of GPIOs on the S3 SECTION = "console/utils" AUTHOR = "Werner Almesberger <werner@openmoko.org>" LICENSE = "GPL" +SRCREV = "4949" PV = "1.0+svnr${SRCPV}" PR = "r2" diff --git a/recipes/samsung-soc-utils/s3c64xx-gpio_svn.bb b/recipes/samsung-soc-utils/s3c64xx-gpio_svn.bb index 473626fcdc..f8ca7947f3 100644 --- a/recipes/samsung-soc-utils/s3c64xx-gpio_svn.bb +++ b/recipes/samsung-soc-utils/s3c64xx-gpio_svn.bb @@ -2,6 +2,7 @@ DESCRIPTION = "A user-space tool to show and modify the state of GPIOs on the S3 SECTION = "console/utils" AUTHOR = "Werner Almesberger <werner@openmoko.org>" LICENSE = "GPL" +SRCREV = "4949" PV = "1.0+svnr${SRCPV}" PR = "r0" diff --git a/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb b/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb index f6584109c6..2554ef2833 100644 --- a/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb +++ b/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb @@ -2,6 +2,7 @@ DESCRIPTION = "JTAG utility to interface w/ a S3C2410 device" SECTION = "devel" AUTHOR = "Harald Welte <laforge@openmoko.org>" LICENSE = "GPL" +SRCREV = "4268" PV = "0.1+svnr${SRCPV}" PR = "r0" |