stage-manager: Add copyright + licence, improve .bb file
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 17 Oct 2006 08:56:37 +0000 (08:56 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Tue, 17 Oct 2006 08:56:37 +0000 (08:56 +0000)
packages/stage-manager/files/stage-manager
packages/stage-manager/stagemanager-native_0.0.bb

index 3fed475..c5b6d17 100755 (executable)
@@ -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
 
index bc0efd5..7495dfd 100644 (file)
@@ -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"