diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-11-21 19:51:05 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-11-21 19:52:48 -0200 |
commit | 2f15c139108411520a235708e3a3b697eb12b497 (patch) | |
tree | b71ad2206fa0981802bde6433bcbca77e0d40c66 /recipes/squashfs-tools/squashfs-tools_4.0.bb | |
parent | bfdc00bd2988b41ab28536586164591067216f0a (diff) |
squashfs-tools: allow setting of SRC_URI before loading .inc
Without this change bitbake due a fetcher failure because SRC_URI is
then cached and later changed.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools_4.0.bb')
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools_4.0.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools_4.0.bb b/recipes/squashfs-tools/squashfs-tools_4.0.bb index 29d82a83b0..886c095883 100644 --- a/recipes/squashfs-tools/squashfs-tools_4.0.bb +++ b/recipes/squashfs-tools/squashfs-tools_4.0.bb @@ -1,9 +1,10 @@ -require squashfs-tools.inc -PR = "${INC_PR}.2" - # This override is required since this has not yet been released SRC_URI = "cvs://anonymous@squashfs.cvs.sourceforge.net/cvsroot/squashfs;module=squashfs;date=${SRCDATE} \ http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2" + +require squashfs-tools.inc +PR = "${INC_PR}.2" + S = "${WORKDIR}/squashfs/squashfs-tools" EXTRA_OEMAKE += "LZMA_SUPPORT=1 LZMA_DIR=../.." |