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-native_0.1.19.bb | |
parent | c73f8d610ab7fdd707218d8d59461628b9c25961 (diff) |
pax-utils: convert to new style staging and BBCLASSEXTEND
Diffstat (limited to 'recipes/pax-utils/pax-utils-native_0.1.19.bb')
-rw-r--r-- | recipes/pax-utils/pax-utils-native_0.1.19.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/pax-utils/pax-utils-native_0.1.19.bb b/recipes/pax-utils/pax-utils-native_0.1.19.bb deleted file mode 100644 index 76b648dd71..0000000000 --- a/recipes/pax-utils/pax-utils-native_0.1.19.bb +++ /dev/null @@ -1,15 +0,0 @@ -inherit native - -require pax-utils_${PV}.bb - -do_stage() { - oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_exec_prefix} install -} - -do_install() { - : -} - - -SRC_URI[md5sum] = "98f6b9fe17a740a8cc577255422c6103" -SRC_URI[sha256sum] = "3918628e9f2508708a1a28f5ed4cb39d07cbd5711747bbb3ddf63816d056c11e" |