From ea11f71432e2741d5f8c7cecec41c6155db34393 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Nov 2011 14:18:06 +0000 Subject: package_ipk: There is no longer any need to force owners/groups to root Since the packaging process is run under pseudo, the default user is now root so there is no longer any need to hardcode this. Also take this opportunity to move the variable to package_ipk.bbclass since this is the only user of it. Signed-off-by: Richard Purdie --- meta/classes/package_ipk.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/classes/package_ipk.bbclass') diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index c0893a6cda..c97e36eeb2 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass @@ -7,6 +7,9 @@ IPKGCONF_SDK = "${WORKDIR}/opkg-sdk.conf" PKGWRITEDIRIPK = "${WORKDIR}/deploy-ipks" +# Program to be used to build opkg packages +OPKGBUILDCMD ??= "opkg-build" + python package_ipk_fn () { bb.data.setVar('PKGFN', bb.data.getVar('PKG',d), d) } -- cgit 1.2.3-korg