aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools-native_4.0.bb')
-rw-r--r--recipes/squashfs-tools/squashfs-tools-native_4.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
index f21bf99645..cc01604460 100644
--- a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
+++ b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
@@ -1,10 +1,12 @@
+require squashfs-tools_4.0.bb
+
inherit native
-require squashfs-tools_${PV}.bb
-PR = "${INC_PR}.1"
+DEPENDS = "zlib-native"
PACKAGES = ""
do_stage () {
install -m 0755 mksquashfs ${STAGING_BINDIR}/
}
+