]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-tools-debug: Drop MACHINE_ARCH as PACKAGE_ARCH
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Aug 2014 12:29:41 +0000 (13:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:29:49 +0000 (09:29 +0100)
There is nothing machine specific about this recipe.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb

index 79bedfb02f1163b06944ee5e3a11e7e88453d788..82347b975decd056296839209a459376c412b901 100644 (file)
@@ -7,9 +7,7 @@ LICENSE = "MIT"
 
 inherit packagegroup
 
-PR = "r2"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
+PR = "r3"
 
 MTRACE = ""
 MTRACE_libc-glibc = "libc-mtrace"