From: Marcin Juszkiewicz Date: Fri, 18 Aug 2006 13:08:26 +0000 (+0000) Subject: bitbake: it is not PACKAGE_ARCH='all' as it contain python byte-compiled stuff which... X-Git-Tag: Release-2010-05/1~9453^2~930 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a72f18cad2f1e5ab0aaf2284ee4e4b50ef935651;p=openembedded.git bitbake: it is not PACKAGE_ARCH='all' as it contain python byte-compiled stuff which is arch related --- diff --git a/packages/bitbake/bitbake.inc b/packages/bitbake/bitbake.inc index e454db2f40..1c5c7ad2a6 100644 --- a/packages/bitbake/bitbake.inc +++ b/packages/bitbake/bitbake.inc @@ -9,4 +9,3 @@ HOMEPAGE = "http://developer.berlios.de/projects/bitbake/" LICENSE = "GPL MIT" SECTION = "devel" SUMMARY = "BitBake build tool" -PACKAGE_ARCH = "all" diff --git a/packages/bitbake/bitbake_1.6.0.bb b/packages/bitbake/bitbake_1.6.0.bb index ad4b4955f9..4289c49a04 100644 --- a/packages/bitbake/bitbake_1.6.0.bb +++ b/packages/bitbake/bitbake_1.6.0.bb @@ -1,5 +1,7 @@ require bitbake.inc +PR = "r1" + # We don't need a toolchain... INHIBIT_DEFAULT_DEPS = "1"