diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-03-08 23:09:57 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-03-08 23:09:57 +0000 |
commit | 8102686fbb57b1eb74235f9dd08a9dc6a065bb6a (patch) | |
tree | 8033a75daf5d25e3428bd6445ff370cd6b2a6693 | |
parent | 9230a1f1965b538817f7a267cdf6046fe7d397ef (diff) |
sjf2410-linux-native: Fixed ordering of do_deploy to work with rm_work.
-rw-r--r-- | packages/s3c2410-utils/sjf2410-linux-native_20060807.bb | 2 | ||||
-rw-r--r-- | packages/s3c2410-utils/sjf2410-linux-native_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/s3c2410-utils/sjf2410-linux-native_20060807.bb b/packages/s3c2410-utils/sjf2410-linux-native_20060807.bb index 70cc6c7424..53b2d0c8e0 100644 --- a/packages/s3c2410-utils/sjf2410-linux-native_20060807.bb +++ b/packages/s3c2410-utils/sjf2410-linux-native_20060807.bb @@ -29,4 +29,4 @@ do_install() { : } -addtask deploy before do_build after do_compile +addtask deploy before do_package after do_install diff --git a/packages/s3c2410-utils/sjf2410-linux-native_svn.bb b/packages/s3c2410-utils/sjf2410-linux-native_svn.bb index 55176029ab..60cce4a3e2 100644 --- a/packages/s3c2410-utils/sjf2410-linux-native_svn.bb +++ b/packages/s3c2410-utils/sjf2410-linux-native_svn.bb @@ -29,4 +29,4 @@ do_install() { : } -addtask deploy before do_build after do_compile +addtask deploy before do_package after do_install |