diff options
| author | André Draszik <andre.draszik@jci.com> | 2018-01-15 09:14:07 +0000 | 
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-01-22 19:38:38 -0800 | 
| commit | e0a6fe03fc84ca43181232ebe8463a89e041c3b3 (patch) | |
| tree | 3a8a33a4b0b9f8f6d2eced374a5c930ef82fc723 /meta-python/recipes-extended/python-pyparted/python-pyparted.inc | |
| parent | d3069c190656f0dd55664245214d0815fc18d99e (diff) | |
| download | meta-openembedded-e0a6fe03fc84ca43181232ebe8463a89e041c3b3.tar.gz | |
python-pyparted: use beginline= in LIC_FILES_CHKSUM
'startline' is not a recognised keyword, it's beginline.
python-pyparted: The new md5 checksum is 9e53304db812b80d0939e11bb69dcab2
python-pyparted: Here is the selected license text:
vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=10 vvvvvvvvvvvvvvvvvvvvvvvvvvvv
 * This copyrighted material is made available to anyone wishing to use,
 * modify, copy, or redistribute it subject to the terms and conditions of
 * the GNU General Public License v.2, or (at your option) any later version.
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY expressed or implied, including the implied warranties of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
 * Public License for more details.  You should have received a copy of the
 * GNU General Public License along with this program; if not, write to the
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA.  Any Red Hat trademarks that are incorporated in the
 * source code or documentation are not subject to the GNU General Public
 * License and may only be used or replicated with the express permission of
 * Red Hat, Inc.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-pyparted/python-pyparted.inc')
| -rw-r--r-- | meta-python/recipes-extended/python-pyparted/python-pyparted.inc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc index 2192179be5..c82909d100 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc  | |||
| @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/rhinstaller/pyparted" | |||
| 6 | LICENSE = "GPL-2.0+" | 6 | LICENSE = "GPL-2.0+" | 
| 7 | LIC_FILES_CHKSUM = "\ | 7 | LIC_FILES_CHKSUM = "\ | 
| 8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | 8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | 
| 9 | file://src/_pedmodule.c;startline=10;endline=22;md5=ebcb25dde1ac9c46e986dec79b404e7e \ | 9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ | 
| 10 | " | 10 | " | 
| 11 | DEPENDS += "parted" | 11 | DEPENDS += "parted" | 
| 12 | 12 | ||
