Signed-off-by: Tom Rini <tom_rini@mentor.com>
+++ /dev/null
-require squashfs-tools_${PV}.bb
-PR = "${INC_PR}.1"
-
-inherit native
-
-PACKAGES = ""
-
-do_stage () {
- install -m 0755 mksquashfs ${STAGING_BINDIR}/
-}
+++ /dev/null
-require squashfs-tools_4.0.bb
-
-inherit native
-
-DEPENDS = "attr-native zlib-native"
-
-PACKAGES = ""
-
-do_stage () {
- install -m 0755 mksquashfs ${STAGING_BINDIR}/
-}
-
SECTION = "base"
LICENSE = "GPLv2"
DEPENDS = "attr zlib"
-INC_PR = "r4"
+INC_PR = "r5"
S = "${WORKDIR}/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}/squashfs-tools"
+BBCLASSEXTEND = "native"
+NATIVE_INSTALL_WORKS = "1"
+
# required to share same place with -lzma specific packages
FILESPATHPKG =. "squashfs-tools-${PV}:"
require squashfs-tools.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
SRC_URI += " file://Makefile.patch"
SRC_URI += " file://Makefile.patch"
require squashfs-tools.inc
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.0"
S = "${WORKDIR}/squashfs/squashfs-tools"