diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-27 19:48:01 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-06 13:20:39 -0700 |
commit | 9d4f530d63d94b4101d21f34b157813e18316d2d (patch) | |
tree | 6ae91a7460093f9c29e4d229efbbcb48491c9b97 /recipes/binutils/binutils_2.19.51.0.3.bb | |
parent | 3acdae6e983cc944f6b6a63df14ca96d0daa1677 (diff) |
binutils: 2.18 and newer is GPLv3, add GPL to 2.14.90.[67]
Diffstat (limited to 'recipes/binutils/binutils_2.19.51.0.3.bb')
-rw-r--r-- | recipes/binutils/binutils_2.19.51.0.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/binutils/binutils_2.19.51.0.3.bb b/recipes/binutils/binutils_2.19.51.0.3.bb index a4ed077706..698ba2bc22 100644 --- a/recipes/binutils/binutils_2.19.51.0.3.bb +++ b/recipes/binutils/binutils_2.19.51.0.3.bb @@ -1,6 +1,7 @@ PR = "r1" require binutils.inc +LICENSE = "GPLv3" SRC_URI = "\ ${KERNELORG_MIRROR}/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ |