[oe] [OE-core][PATCH] fmlib: update to the commit for sdk 1.3.2

2013-03-20 Thread Chunrong Guo
From: Chunrong Guo b40...@freescale.com

Signed-off-by: Chunrong Guo b40...@freescale.com
---
 recipes-ucode/fmlib/fmlib_git.bb |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-ucode/fmlib/fmlib_git.bb b/recipes-ucode/fmlib/fmlib_git.bb
index 74eb204..038f899 100644
--- a/recipes-ucode/fmlib/fmlib_git.bb
+++ b/recipes-ucode/fmlib/fmlib_git.bb
@@ -3,11 +3,13 @@ SECTION = fman
 LICENSE = BSD  GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00
 
+PR = r1
+
 DEPENDS = linux-libc-headers
 DEPENDS_virtclass-native = 
 
 SRC_URI = git://git.freescale.com/ppc/sdk/fmlib.git
-SRCREV = 5ebbf75c3108404b513198c9fd9b955b123680af
+SRCREV = e80c0625d4f2671ac4f15cabfdd1b334143eb515
 
 S = ${WORKDIR}/git
 
@@ -34,6 +36,6 @@ do_install_virtclass-native () {
   cp -rf ${S}/include/* ${D}/${includedir}
 }
 
-ALLOW_EMPTY = 1
+ALLOW_EMPTY_${PN} = 1
 
 BBCLASSEXTEND = native
-- 
1.7.5.4



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core][PATCH] fmlib: update to the commit for sdk 1.3.2

2013-03-20 Thread Khem Raj
wrong list. wrong subject prefix These patches are for meta-fsl-ppc so mark 
them accordingly and apply them to master there

see the README on the layer it details about patch submission

On Mar 20, 2013, at 7:32 PM, Chunrong Guo b40...@freescale.com wrote:

 From: Chunrong Guo b40...@freescale.com
 
 Signed-off-by: Chunrong Guo b40...@freescale.com
 ---
 recipes-ucode/fmlib/fmlib_git.bb |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)
 
 diff --git a/recipes-ucode/fmlib/fmlib_git.bb 
 b/recipes-ucode/fmlib/fmlib_git.bb
 index 74eb204..038f899 100644
 --- a/recipes-ucode/fmlib/fmlib_git.bb
 +++ b/recipes-ucode/fmlib/fmlib_git.bb
 @@ -3,11 +3,13 @@ SECTION = fman
 LICENSE = BSD  GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00
 
 +PR = r1
 +
 DEPENDS = linux-libc-headers
 DEPENDS_virtclass-native = 
 
 SRC_URI = git://git.freescale.com/ppc/sdk/fmlib.git
 -SRCREV = 5ebbf75c3108404b513198c9fd9b955b123680af
 +SRCREV = e80c0625d4f2671ac4f15cabfdd1b334143eb515
 
 S = ${WORKDIR}/git
 
 @@ -34,6 +36,6 @@ do_install_virtclass-native () {
   cp -rf ${S}/include/* ${D}/${includedir}
 }
 
 -ALLOW_EMPTY = 1
 +ALLOW_EMPTY_${PN} = 1
 
 BBCLASSEXTEND = native
 -- 
 1.7.5.4
 
 
 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core][PATCH] fmlib: update to the commit for sdk 1.3.2

2013-03-20 Thread Guo Chunrong-B40290
Ignore it .

Sorry, I send patch to wrong maillist .

-Original Message-
From: Guo Chunrong-B40290 
Sent: Thursday, March 21, 2013 10:32 AM
To: openembedded-devel@lists.openembedded.org
Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo 
Chunrong-B40290
Subject: [OE-core][PATCH] fmlib: update to the commit for sdk 1.3.2

From: Chunrong Guo b40...@freescale.com

Signed-off-by: Chunrong Guo b40...@freescale.com
---
 recipes-ucode/fmlib/fmlib_git.bb |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-ucode/fmlib/fmlib_git.bb b/recipes-ucode/fmlib/fmlib_git.bb
index 74eb204..038f899 100644
--- a/recipes-ucode/fmlib/fmlib_git.bb
+++ b/recipes-ucode/fmlib/fmlib_git.bb
@@ -3,11 +3,13 @@ SECTION = fman
 LICENSE = BSD  GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00
 
+PR = r1
+
 DEPENDS = linux-libc-headers
 DEPENDS_virtclass-native = 
 
 SRC_URI = git://git.freescale.com/ppc/sdk/fmlib.git
-SRCREV = 5ebbf75c3108404b513198c9fd9b955b123680af
+SRCREV = e80c0625d4f2671ac4f15cabfdd1b334143eb515
 
 S = ${WORKDIR}/git
 
@@ -34,6 +36,6 @@ do_install_virtclass-native () {
   cp -rf ${S}/include/* ${D}/${includedir}  }
 
-ALLOW_EMPTY = 1
+ALLOW_EMPTY_${PN} = 1
 
 BBCLASSEXTEND = native
--
1.7.5.4



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel