diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 15:50:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 21:50:11 +0200 |
commit | 41628a4b652a084b9c181163e4315d5292a574ff (patch) | |
tree | a028adc1cfb875ce10b46a50a18fbc970a29f2ca /recipes/freesmartphone/mkdump_git.bb | |
parent | f52cfb976ae1929b1956b9e45e060a5a5108cb08 (diff) |
cornucopia: move SRCREV to cornucopia.inc and update all recipes using that
* remove vars already set in cornucopia.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/mkdump_git.bb')
-rw-r--r-- | recipes/freesmartphone/mkdump_git.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes/freesmartphone/mkdump_git.bb b/recipes/freesmartphone/mkdump_git.bb index b31f896a7d..d3171bbd2c 100644 --- a/recipes/freesmartphone/mkdump_git.bb +++ b/recipes/freesmartphone/mkdump_git.bb @@ -1,3 +1,5 @@ +require cornucopia.inc + DESCRIPTION = "mkdump is a kernel message dumper" HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/mkdump" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" @@ -8,11 +10,6 @@ LICENSE = "GPL" #SRCREV = "${FSO_CORNUCOPIA_SRCREV}" SRCREV = "696d93d7146adffdb76ddb951a7d8199b3dc8a81" PV = "1.0.0+gitr${SRCPV}" -PR = "r0" - -SRC_URI = "\ - ${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master \ -" -S = "${WORKDIR}/git/tools/mkdump" +PR = "${INC_PR}.0" -inherit autotools vala +S = "${WORKDIR}/git/tools/${PN}" |