[poky] [PATCH 1/1] sat-solver: fix arch=all packages
Richard Purdie
richard.purdie at linuxfoundation.org
Mon Apr 18 03:08:42 PDT 2011
Hi Qing,
On Fri, 2011-04-15 at 18:26 +0800, Qing He wrote:
> +diff --git a/CMakeLists.txt b/CMakeLists.txt
> +index 443281e..4456a87 100644
> +--- a/CMakeLists.txt
> ++++ b/CMakeLists.txt
> +@@ -45,6 +45,11 @@ MESSAGE(STATUS "Building for Debian")
> + ADD_DEFINITIONS( -DDEBIAN -DDEBIAN_SEMANTICS)
> + ENDIF ( DEBIAN )
> +
> ++IF ( POKY )
> ++MESSAGE(STATUS "Building for Poky")
> ++ADD_DEFINITIONS( -DPOKY -DPOKY_SEMANTICS)
> ++ENDIF ( POKY )
We're trying to move away from the Poky branding. Could we use OECORE in
this patch instead please?
Cheers,
Richard
More information about the poky
mailing list