| Submitter | Martin Jansa |
|---|---|
| Date | Dec. 4, 2012, 1:59 a.m. |
| Message ID | <871f2119c3109698471db6fb5ccfd1bdfe3e7b27.1354586187.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/40163/ |
| State | Accepted |
| Commit | 4734738f15f4ddb9b6aa1dbb0d9bc83e3bd48b17 |
| Headers | show |
Comments
Patch
diff --git a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb index ac4cc00..a177797 100644 --- a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb +++ b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb @@ -1,5 +1,6 @@ DESCRIPTION = "GNOME Terminal" -LICENSE = "GPL" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed" DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte" PR = "r2"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)