diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-10-17 08:56:37 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-10-17 08:56:37 +0000 |
commit | 40e7de3d031a00053a66a51aed5891e3a4d3b2d8 (patch) | |
tree | 1882d087f755157173a44fac1e277b1b101eda2e | |
parent | 4d245b061230067392d4afff237d097e8e038ce9 (diff) |
stage-manager: Add copyright + licence, improve .bb file
-rwxr-xr-x | packages/stage-manager/files/stage-manager | 10 | ||||
-rw-r--r-- | packages/stage-manager/stagemanager-native_0.0.bb | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/stage-manager/files/stage-manager b/packages/stage-manager/files/stage-manager index 3fed475906..c5b6d17a56 100755 --- a/packages/stage-manager/files/stage-manager +++ b/packages/stage-manager/files/stage-manager @@ -1,5 +1,15 @@ #!/usr/bin/env python +# Copyright (C) 2006 Richard Purdie +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License version 2 as published by the Free +# Software Foundation; +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + import optparse import os, sys, stat diff --git a/packages/stage-manager/stagemanager-native_0.0.bb b/packages/stage-manager/stagemanager-native_0.0.bb index bc0efd50a1..7495dfdc09 100644 --- a/packages/stage-manager/stagemanager-native_0.0.bb +++ b/packages/stage-manager/stagemanager-native_0.0.bb @@ -1,6 +1,11 @@ DESCRIPTION = "Helper script for packaged-staging.bbclass" SRC_URI = "file://stage-manager" +LICENSE = "GPLv2" + +PACKAGE_ARCH = "all" + +inerhit native INHIBIT_DEFAULT_DEPS = "1" |