diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-23 21:24:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-23 21:24:15 +0000 |
commit | 8275e909cfe61880609a60921a9b9b816b79e08e (patch) | |
tree | 367dd04705ae7d03cee9a0e3e2f8e07521d76bc9 /packages | |
parent | 3a395801ccda49f9f7dad9099cf49023967f94bd (diff) | |
parent | 453bd974c8a971f846ae801af8d9654d3bffeea3 (diff) |
merge of 2fcf6fe8d1d98bbe857dbbd186838951682572e9
and 3b9315d4df23473fc5551d996c8624f0927d0dfb
Diffstat (limited to 'packages')
-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() { + : +} + |