[oe-commits] org.oe.dev stage-manager: Add copyright + licence, improve .bb file

rpurdie commit openembedded-commits at lists.openembedded.org
Tue Oct 17 09:04:08 UTC 2006


stage-manager: Add copyright + licence, improve .bb file

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: e6c1fd77ef965310e16d1c891fc91b45c3351f9e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e6c1fd77ef965310e16d1c891fc91b45c3351f9e
Files:
1
packages/stage-manager/files/stage-manager
packages/stage-manager/stagemanager-native_0.0.bb
Diffs:

#
# mt diff -r5668d8e42a240c198adb1e9519693c529eb18719 -re6c1fd77ef965310e16d1c891fc91b45c3351f9e
#
# 
# 
# patch "packages/stage-manager/files/stage-manager"
#  from [4a92fee454a001ca8e637af475d73852401394fc]
#    to [1368a040e4fc6b8a70a83f348cacf1c31683f7cf]
# 
# patch "packages/stage-manager/stagemanager-native_0.0.bb"
#  from [55a830ea446defbbace1ac574eec784a1a86858a]
#    to [41dac37c3fc1af696606dc713d9fbb13ad5c40a6]
# 
============================================================
--- packages/stage-manager/files/stage-manager	4a92fee454a001ca8e637af475d73852401394fc
+++ packages/stage-manager/files/stage-manager	1368a040e4fc6b8a70a83f348cacf1c31683f7cf
@@ -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
 
============================================================
--- packages/stage-manager/stagemanager-native_0.0.bb	55a830ea446defbbace1ac574eec784a1a86858a
+++ packages/stage-manager/stagemanager-native_0.0.bb	41dac37c3fc1af696606dc713d9fbb13ad5c40a6
@@ -1,7 +1,12 @@ SRC_URI = "file://stage-manager"
 DESCRIPTION = "Helper script for packaged-staging.bbclass"
 
 SRC_URI = "file://stage-manager"
+LICENSE = "GPLv2"
 
+PACKAGE_ARCH = "all"
+
+inerhit native
+
 INHIBIT_DEFAULT_DEPS = "1"
 
 do_install() {






More information about the Openembedded-commits mailing list