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/recipes-extended | |
parent | 413e7e5a5d6db45a6fbca5044246d6696d9d5711 (diff) | |
download | openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.gz openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.bz2 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/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/sat-solver/sat-solver_git.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/zypper/zypper_git.bb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index 2e4ef7e2b7..f8535af679 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb @@ -12,6 +12,7 @@ DEPENDS = "rpm boost curl libxml2 zlib sat-solver expat openssl udev" RDEPENDS_${PN} = "sat-solver" S = "${WORKDIR}/git" +SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" PV = "0.0-git${SRCPV}" PR = "r9" diff --git a/meta/recipes-extended/sat-solver/sat-solver_git.bb b/meta/recipes-extended/sat-solver/sat-solver_git.bb index 2d4d29932a..a174e76085 100644 --- a/meta/recipes-extended/sat-solver/sat-solver_git.bb +++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" DEPENDS = "libcheck rpm zlib expat db" +SRCREV = "0a7378d5f482f477a01cf1690d76871ab8bdcc32" PV = "0.0-git${SRCPV}" PR = "r9" diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb index 9258477d5d..299fcb541d 100644 --- a/meta/recipes-extended/zypper/zypper_git.bb +++ b/meta/recipes-extended/zypper/zypper_git.bb @@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" DEPENDS = "libzypp augeas" RRECOMMENDS_${PN} = "procps util-linux-uuidgen" PR = "r5" +SRCREV = "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582" inherit cmake |