diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-04 16:02:36 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:23 +0000 |
| commit | 20f35974a4459590dd1b7a9cc90a70be4014d460 (patch) | |
| tree | c2948f398d8f88016fce736fcfaa30f4642dbeb3 /meta/packages/bzip2/bzip2_1.0.5.bb | |
| parent | cd7f623b6fb07ad56b8a93355448134f1d4c8bed (diff) | |
| download | poky-20f35974a4459590dd1b7a9cc90a70be4014d460.tar.gz | |
bzip-full-native: Convert to use BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/bzip2/bzip2_1.0.5.bb')
| -rw-r--r-- | meta/packages/bzip2/bzip2_1.0.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/bzip2/bzip2_1.0.5.bb b/meta/packages/bzip2/bzip2_1.0.5.bb index 04e55e3083..47769e3ccd 100644 --- a/meta/packages/bzip2/bzip2_1.0.5.bb +++ b/meta/packages/bzip2/bzip2_1.0.5.bb | |||
| @@ -37,3 +37,6 @@ pkg_prerm_${PN} () { | |||
| 37 | update-alternatives --remove bunzip2 bunzip2.${PN} | 37 | update-alternatives --remove bunzip2 bunzip2.${PN} |
| 38 | update-alternatives --remove bzcat bzcat.${PN} | 38 | update-alternatives --remove bzcat bzcat.${PN} |
| 39 | } | 39 | } |
| 40 | |||
| 41 | PROVIDES_append_virtclass-native = " bzip2-full-native" | ||
| 42 | BBCLASSEXTEND = "native" | ||
