1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-26 07:07:08 +00:00

Meta: Recipe Reogranization

This is the next stage of recipe reorganization, in this stage
many recipes where moved to a new meta-demoapps layer since this
is more appropriate for demo usage then the core. Additional some
recipes were moved to meta-extras to indicate they may be depercated
at a future time.

A number of recipes were modified since dependencies need to be
corrected.

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold
2010-11-22 13:57:13 +00:00
committed by Richard Purdie
parent 762fd6b7b3
commit cfe12efb5e
197 changed files with 39 additions and 602 deletions
@@ -0,0 +1,16 @@
---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
Index: libopensync-0.37/CMakeLists.txt
===================================================================
--- libopensync-0.37.orig/CMakeLists.txt 2008-08-18 16:14:24.000000000 +0100
+++ libopensync-0.37/CMakeLists.txt 2008-10-15 14:00:12.000000000 +0100
@@ -65,7 +65,6 @@
FIND_PACKAGE( LibXslt REQUIRED )
FIND_PACKAGE( LibExslt REQUIRED )
FIND_PACKAGE( SWIG )
-FIND_PACKAGE( PythonLibs )
FIND_PACKAGE( Check )
ADD_SUBDIRECTORY( opensync )