[oe] [PATCH] sqlite3: Merged target and native recipe using BBCLASSEXTEND

Noor Ahsan noor_ahsan at mentor.com
Thu Sep 2 08:56:09 UTC 2010


* Set BBCLASSEXTEND to "native" to use target recipe as native recipe
* In include file tcl-native was present in DEPENDS list, remove it from DEPENDS list by setting DEPENDS_virtclass-native = "readline-native ncurses-native"
* Bump PR "${INC_PR}.1"

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
---
 recipes/sqlite/sqlite3_3.6.23.1.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/sqlite/sqlite3_3.6.23.1.bb b/recipes/sqlite/sqlite3_3.6.23.1.bb
index 7bed4d4..24f3731 100644
--- a/recipes/sqlite/sqlite3_3.6.23.1.bb
+++ b/recipes/sqlite/sqlite3_3.6.23.1.bb
@@ -1,6 +1,10 @@
 require sqlite3.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+DEPENDS_virtclass-native = "readline-native ncurses-native"
 
 SRC_URI[md5sum] = "d99f1b31da0eb33271464bee15cec701"
 SRC_URI[sha256sum] = "1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492"
 
+BBCLASSEXTEND = "native"
+
-- 
1.6.3.3





More information about the Openembedded-devel mailing list