diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-05 19:38:52 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:27 +0000 |
| commit | e1ba0ea25d76eba318f78a1dac1973f3f9275f1b (patch) | |
| tree | eb3428df4b2ea442a9a5d4c221e030476d827792 /meta/packages/gmp/gmp_4.2.4.bb | |
| parent | 0b1aee31634c1bd7e65c08beb0144fd7970a61f9 (diff) | |
| download | poky-e1ba0ea25d76eba318f78a1dac1973f3f9275f1b.tar.gz | |
gmp: Convert to BBCLASSEXTEND
* darwin build hacks dropped - need proper fixes
* nativesdk custom do_configure should no longer be needed
with sdk changes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gmp/gmp_4.2.4.bb')
| -rw-r--r-- | meta/packages/gmp/gmp_4.2.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/gmp/gmp_4.2.4.bb b/meta/packages/gmp/gmp_4.2.4.bb index 33f8ea287a..5c1bdc9828 100644 --- a/meta/packages/gmp/gmp_4.2.4.bb +++ b/meta/packages/gmp/gmp_4.2.4.bb | |||
| @@ -5,3 +5,5 @@ SRC_URI_append += "file://sh4-asmfix.patch;patch=1 \ | |||
| 5 | " | 5 | " |
| 6 | require gmp.inc | 6 | require gmp.inc |
| 7 | LICENSE = "GPLv3 LGPLv3" | 7 | LICENSE = "GPLv3 LGPLv3" |
| 8 | |||
| 9 | BBCLASSEXTEND = "native nativesdk" \ No newline at end of file | ||
