From ea01e75217b5a7894fc387ce9d61876df4c4dbcd Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 8 Oct 2010 18:10:57 -0700 Subject: [PATCH] image.bbclass: use PACKAGE_INSTALL in RDEPENDS Don't Repeat Yourself. Signed-off-by: Chris Larson --- classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/image.bbclass b/classes/image.bbclass index d1e84f9e8e..97da440932 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -29,7 +29,7 @@ ${IMAGE_DEV_MANAGER} \ ${IMAGE_INIT_MANAGER} \ ${IMAGE_LOGIN_MANAGER} " -RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" +RDEPENDS += "${PACKAGE_INSTALL}" # "export IMAGE_BASENAME" not supported at this time IMAGE_BASENAME[export] = "1" -- 2.39.5