diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-21 07:27:53 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-21 07:27:53 +0000 |
commit | e20588ab8583eb506bed0eecc5eebfcd39812d2f (patch) | |
tree | 42fbb64eb2650087b95f94ae7e9cdca4f62c8813 | |
parent | 6fa24f4952e49f8948ee8692513db955d037d29e (diff) |
linux-openmoko_2.6.24.bb : fix the autorev case which I forgot
-rw-r--r-- | packages/linux/linux-openmoko_2.6.24.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24.bb b/packages/linux/linux-openmoko_2.6.24.bb index 8c1f28d2a3..0a7b34ba30 100644 --- a/packages/linux/linux-openmoko_2.6.24.bb +++ b/packages/linux/linux-openmoko_2.6.24.bb @@ -10,6 +10,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}" # re-enabled this when feature is fully implemented in OE #SRCREV_FORMAT = "patches-rconfig" +SRCREV_FORMAT = "patches" CONFIG_REV = "4165" PV = "${VANILLA_VERSION}+svnr${SRCREV}-r${CONFIG_REV}" |