From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 36EA271E09 for ; Thu, 19 Jan 2017 22:53:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id v0JMrQi1005703; Thu, 19 Jan 2017 22:53:28 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id y3cQeqG5HErF; Thu, 19 Jan 2017 22:53:28 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id v0JMrNc8005668 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 19 Jan 2017 22:53:24 GMT Received: from richard by hex with local (Exim 4.86_2) (envelope-from ) id 1cULa7-0004iZ-SC; Thu, 19 Jan 2017 22:53:23 +0000 From: Richard Purdie To: openembedded-core@lists.openembedded.org Date: Thu, 19 Jan 2017 22:53:02 +0000 Message-Id: <1484866395-17971-20-git-send-email-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1484866395-17971-1-git-send-email-richard.purdie@linuxfoundation.org> References: <1484866395-17971-1-git-send-email-richard.purdie@linuxfoundation.org> Subject: [PATCH 20/33] shadow: Add PACKAGE_WRITE_DEPS for postinst X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2017 22:53:39 -0000 From: Jussi Kukkonen pwconv and grpconv are used in the postinstall script. Signed-off-by: Jussi Kukkonen --- meta/recipes-extended/shadow/shadow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index f79565b..4c4db00 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -6,7 +6,6 @@ LICENSE = "BSD | Artistic-1.0" LIC_FILES_CHKSUM = "file://COPYING;md5=ed80ff1c2b40843cf5768e5229cf16e5 \ file://src/passwd.c;beginline=8;endline=30;md5=d83888ea14ae61951982d77125947661" -DEPENDS = "shadow-native" DEPENDS_class-native = "" DEPENDS_class-nativesdk = "" @@ -187,6 +186,7 @@ ALTERNATIVE_LINK_NAME[groups.1] = "${mandir}/man1/groups.1" ALTERNATIVE_LINK_NAME[su.1] = "${mandir}/man1/su.1" ALTERNATIVE_LINK_NAME[nologin.8] = "${mandir}/man8/nologin.8" +PACKAGE_WRITE_DEPS += "shadow-native" pkg_postinst_${PN} () { if [ "x$D" != "x" ]; then rootarg="--root $D" -- 2.7.4