diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-28 15:15:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 15:05:55 +0100 |
commit | 0a57bd226cdb8332707fa0f46fcf0b067f03701a (patch) | |
tree | 99a1cdcdaf132f6c2d15e351b8892a5135d7359e /meta-demoapps/recipes-graphics | |
parent | 413e7e5a5d6db45a6fbca5044246d6696d9d5711 (diff) | |
download | openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.gz openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.bz2 openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.xz openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.zip |
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta-demoapps/recipes-graphics')
-rw-r--r-- | meta-demoapps/recipes-graphics/clutter/table_git.bb | 1 | ||||
-rw-r--r-- | meta-demoapps/recipes-graphics/clutter/tidy_git.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-graphics/clutter/table_git.bb b/meta-demoapps/recipes-graphics/clutter/table_git.bb index 5a5091cc1..d0ae184a0 100644 --- a/meta-demoapps/recipes-graphics/clutter/table_git.bb +++ b/meta-demoapps/recipes-graphics/clutter/table_git.bb @@ -3,6 +3,7 @@ require table.inc LIC_FILES_CHKSUM = "file://fluttr/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://script-viewer/COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" +SRCREV = "4b267533ce16656cba4104fc39dc12709c1bdddf" PV = "0.3.0+git${SRCPV}" PR = "r1" diff --git a/meta-demoapps/recipes-graphics/clutter/tidy_git.bb b/meta-demoapps/recipes-graphics/clutter/tidy_git.bb index 222ac6e9d..623de18a1 100644 --- a/meta-demoapps/recipes-graphics/clutter/tidy_git.bb +++ b/meta-demoapps/recipes-graphics/clutter/tidy_git.bb @@ -3,6 +3,7 @@ require tidy.inc LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ file://tidy/tidy.h;endline=21;md5=ac342e7aac55849bf0755d79967fa3e8" +SRCREV = "e25416e1293e1074bfa6727c80527dcff5b1f3cb" PV = "0.1.0+git${SRCPV}" PR = "r7" |