diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-23 21:17:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-23 21:17:34 +0000 |
commit | 453bd974c8a971f846ae801af8d9654d3bffeea3 (patch) | |
tree | 7b1e64959953941340df442e158986ee1300a96b /packages/obexpush | |
parent | 2b82721a40816e60eda7218373e04144dd798799 (diff) |
add obexpush-native
Diffstat (limited to 'packages/obexpush')
-rw-r--r-- | packages/obexpush/obexpush-native_1.0.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/obexpush/obexpush-native_1.0.0.bb b/packages/obexpush/obexpush-native_1.0.0.bb new file mode 100644 index 0000000000..6e63de5c98 --- /dev/null +++ b/packages/obexpush/obexpush-native_1.0.0.bb @@ -0,0 +1,9 @@ +include obexpush_${PV}.bb +inherit native + +FILESPATH = "${FILE_DIRNAME}/obexpush-${PV}:${FILE_DIRNAME}/obexpush:${FILE_DIRNAME}/files:${FILE_DIRNAME}" + +do_install() { + : +} + |