aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools/squashfs-tools.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-11-19 16:15:55 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2009-11-19 17:04:41 -0200
commite0663b38790816d40d8d168d836d2a5c1232e6ea (patch)
treeb5542d1ac26b8801675a905ef0a7b65b585abb1c /recipes/squashfs-tools/squashfs-tools.inc
parente27dc196988cd827cce7268440f9fe5f9fc51987 (diff)
downloadopenembedded-e0663b38790816d40d8d168d836d2a5c1232e6ea.tar.gz
squashfs-tools: add .inc usage again to avoid duplicated logic
In the effort to avoid duplicated code we've added back the .inc usage otherwise most of code and compilation logic is duplicated between 3.3 and 4.0 recipes. 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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools.inc b/recipes/squashfs-tools/squashfs-tools.inc
index d06e1e52ec..aa75eaa898 100644
--- a/recipes/squashfs-tools/squashfs-tools.inc
+++ b/recipes/squashfs-tools/squashfs-tools.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Squashfs is a highly compressed read-only filesystem for Linux."
SECTION = "base"
LICENSE = "GPLv2"
DEPENDS = "zlib"
-INC_PR = "r1"
+INC_PR = "r2"
S = "${WORKDIR}/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}/squashfs-tools"