mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
This modifies the meta-emenlow BSP layer to reflect the new BSP standard layout as defined in the latestYocto BSP Developer's Guide. There's no change in functionality here - this simply moves things around, adds a README, and makes the SRCREVs local. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 lines
345 B
Diff
13 lines
345 B
Diff
Index: git/configure.ac
|
|
===================================================================
|
|
--- git.orig/configure.ac 2009-01-15 20:35:31.000000000 +0000
|
|
+++ git/configure.ac 2009-01-15 20:35:38.000000000 +0000
|
|
@@ -62,7 +62,6 @@
|
|
AC_LIBTOOL_WIN32_DLL
|
|
AC_DISABLE_STATIC
|
|
AC_PROG_LIBTOOL
|
|
-DOLT
|
|
AC_PROG_MAKE_SET
|
|
PKG_PROG_PKG_CONFIG
|
|
AC_PROG_LEX
|