diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-09-26 16:25:50 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-10-07 21:42:21 -0300 |
commit | 2b7891e0ffb5be605a87f581c1f58930db9654c7 (patch) | |
tree | b7f3e976f8694b77858ce49294c645efcb34097e /recipes/squashfs-tools/squashfs-tools.inc | |
parent | df9d3c175db889fca38947e741bfc8aab946fae7 (diff) |
squashfs-tools: refactor 3.3 and 4.0 recipes and use INC_PR
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools.inc')
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools.inc b/recipes/squashfs-tools/squashfs-tools.inc index f27d9ec79a..d06e1e52ec 100644 --- a/recipes/squashfs-tools/squashfs-tools.inc +++ b/recipes/squashfs-tools/squashfs-tools.inc @@ -1,11 +1,16 @@ DESCRIPTION = "Squashfs is a highly compressed read-only filesystem for Linux." SECTION = "base" LICENSE = "GPLv2" - DEPENDS = "zlib" +INC_PR = "r1" S = "${WORKDIR}/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}/squashfs-tools" +# required to share same place with -lzma specific packages +FILESPATHPKG = "squashfs-tools-${PV}:squashfs-tools:files" + +SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}.tar.gz" + prefix = "" do_compile() { |