* The CCS project file now contains symbols that the SDK installer will replace
  with correct values when the SDK is installed.
* This makes it easier to manage changes in the toolchain sdk structure.

Signed-off-by: Franklin S. Cooper Jr <[email protected]>
---
 .../recipes-core/am-sysinfo/am-sysinfo_git.bb      |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb 
b/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb
index 153d1f0..5d13ad5 100644
--- a/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb
+++ b/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb
@@ -6,17 +6,17 @@ LIC_FILES_CHKSUM = 
"file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e7
 SECTION = "system"
 
 PACKAGE_STRIP = "no"
-PR = "r7"
+PR = "r8"
 
 BRANCH ?= "master"
-SRCREV = "30c1dd8da089da41cac5686a0bebacc8950a8805"
+SRCREV = "7aa7e7a316d24c06c8e6a4931f7297f209dfd8e1"
 
 SRC_URI = 
"git://gitorious.org/am_sysinfo/am_sysinfo.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
-
 do_compile() {
+
        export CROSS_COMPILE=${TARGET_PREFIX}
        export CFLAGS='${TARGET_CC_ARCH}'
        # build the release version
-- 
1.7.0.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to