diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-06 09:13:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-06 09:13:02 +0200 |
commit | b1f53557c586db2e73b06ab5f7912c195527f291 (patch) | |
tree | 5a0e47858f8735a54d1da23c3fe8b48e840205cb /recipes/pax-utils/pax-utils_0.1.13.bb | |
parent | c73f8d610ab7fdd707218d8d59461628b9c25961 (diff) |
pax-utils: convert to new style staging and BBCLASSEXTEND
Diffstat (limited to 'recipes/pax-utils/pax-utils_0.1.13.bb')
-rw-r--r-- | recipes/pax-utils/pax-utils_0.1.13.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/pax-utils/pax-utils_0.1.13.bb b/recipes/pax-utils/pax-utils_0.1.13.bb index 280aa52f07..5ede5e6cf3 100644 --- a/recipes/pax-utils/pax-utils_0.1.13.bb +++ b/recipes/pax-utils/pax-utils_0.1.13.bb @@ -15,6 +15,8 @@ do_install() { oe_runmake DESTDIR=${D} install } +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native" SRC_URI[md5sum] = "5f09df47a16e83462384b44b75310539" SRC_URI[sha256sum] = "72f3cdad93b5436070dcc63b67764a06c594f324ccc001e8bfb974a8d1a86f36" |