From 2eb1d58ffc0fad8be5440c5602a39f52f3915e51 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 28 Jun 2010 12:51:54 -0700 Subject: [PATCH] file_5.04.bb: Add zlib-native dependency to file-native Signed-off-by: Khem Raj --- recipes/file/file_5.04.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/file/file_5.04.bb b/recipes/file/file_5.04.bb index 187ee19efc..3d027380cb 100644 --- a/recipes/file/file_5.04.bb +++ b/recipes/file/file_5.04.bb @@ -1,6 +1,6 @@ require file.inc - -PR = "${INCPR}.0" +DEPENDS_virtclass-native += "zlib-native" +PR = "${INCPR}.1" SRC_URI[md5sum] = "accade81ff1cc774904b47c72c8aeea0" SRC_URI[sha256sum] = "4c9e6e7994e74cb3386374ae91b055d26ac96b9d3e82fd157ae2d62e87a4260c" -- 2.11.4.GIT