diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-22 08:40:03 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-07-07 08:42:00 -0700 |
commit | a9b65bd9cfe974fac9a14221060e68aa28fd1683 (patch) | |
tree | 586c041d24f44c64e24ae9137cde5f1a3ed14943 /recipes/expat/expat_2.0.1.bb | |
parent | 536d98010a084ece302efdfafcbc1de4ac85a2f6 (diff) |
expat: Add nativesdk, move native to BBCLASSEXTEND
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/expat/expat_2.0.1.bb')
-rw-r--r-- | recipes/expat/expat_2.0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/expat/expat_2.0.1.bb b/recipes/expat/expat_2.0.1.bb index db21b67f5c..5ff9f1ed9e 100644 --- a/recipes/expat/expat_2.0.1.bb +++ b/recipes/expat/expat_2.0.1.bb @@ -1,6 +1,8 @@ require expat.inc PR = "r3" +BBCLASSEXTEND = "native nativesdk" + SRC_URI += "file://autotools.patch" SRC_URI[src.md5sum] = "ee8b492592568805593f81f8cdf2a04c" SRC_URI[src.sha256sum] = "847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93" |