From: Richard Purdie Date: Tue, 17 Oct 2006 08:56:37 +0000 (+0000) Subject: stage-manager: Add copyright + licence, improve .bb file X-Git-Tag: Release-2010-05/1~9453^2~567^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e7de3d031a00053a66a51aed5891e3a4d3b2d8;p=openembedded.git stage-manager: Add copyright + licence, improve .bb file --- 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"