aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obexpush/obexpush-native_1.0.0.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-25 11:55:17 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-25 11:55:17 +0000
commitd4dc75a5c379b1e4aa38228275eb65d356a09e37 (patch)
tree4826d4edd56c9c20a12f6bf211c52bffacd797ef /packages/obexpush/obexpush-native_1.0.0.bb
parent44b21ada29515bef4ce6ebd3ce33eebe99370043 (diff)
downloadopenembedded-d4dc75a5c379b1e4aa38228275eb65d356a09e37.tar.gz
obexpush: fix opd init script permission
Diffstat (limited to 'packages/obexpush/obexpush-native_1.0.0.bb')
-rw-r--r--packages/obexpush/obexpush-native_1.0.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/obexpush/obexpush-native_1.0.0.bb b/packages/obexpush/obexpush-native_1.0.0.bb
index 6e63de5c98..64840797cd 100644
--- a/packages/obexpush/obexpush-native_1.0.0.bb
+++ b/packages/obexpush/obexpush-native_1.0.0.bb
@@ -3,6 +3,10 @@ inherit native
FILESPATH = "${FILE_DIRNAME}/obexpush-${PV}:${FILE_DIRNAME}/obexpush:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
+do_stage() {
+ :
+}
+
do_install() {
:
}