diff options
Diffstat (limited to 'packages')
-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" |