diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-05 19:41:40 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:27 +0000 |
| commit | d594dcf085ca7098cbbfff25c9bcfd49e766d236 (patch) | |
| tree | 97171e6ba5e3db74d34896ce778e3da1a77fe544 /meta/packages/pax-utils | |
| parent | e1ba0ea25d76eba318f78a1dac1973f3f9275f1b (diff) | |
| download | poky-d594dcf085ca7098cbbfff25c9bcfd49e766d236.tar.gz | |
pax-utils: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/pax-utils')
| -rw-r--r-- | meta/packages/pax-utils/pax-utils-native_0.1.19.bb | 7 | ||||
| -rw-r--r-- | meta/packages/pax-utils/pax-utils_0.1.19.bb | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/meta/packages/pax-utils/pax-utils-native_0.1.19.bb b/meta/packages/pax-utils/pax-utils-native_0.1.19.bb deleted file mode 100644 index a8db2d8f2a..0000000000 --- a/meta/packages/pax-utils/pax-utils-native_0.1.19.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | inherit native | ||
| 2 | |||
| 3 | require pax-utils_${PV}.bb | ||
| 4 | |||
| 5 | do_stage() { | ||
| 6 | oe_runmake PREFIX=${STAGING_DIR_HOST}${prefix} install | ||
| 7 | } | ||
diff --git a/meta/packages/pax-utils/pax-utils_0.1.19.bb b/meta/packages/pax-utils/pax-utils_0.1.19.bb index 11cdafef12..0a182edc54 100644 --- a/meta/packages/pax-utils/pax-utils_0.1.19.bb +++ b/meta/packages/pax-utils/pax-utils_0.1.19.bb | |||
| @@ -15,3 +15,5 @@ do_install() { | |||
| 15 | oe_runmake DESTDIR=${D} install | 15 | oe_runmake DESTDIR=${D} install |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native" | ||
| 19 | NATIVE_INSTALL_WORKS = "1" | ||
