| Submitter | chase maupin |
|---|---|
| Date | May 11, 2012, 9:52 p.m. |
| Message ID | <1336773144-9706-2-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27491/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2.inc b/meta-gnome/recipes-gnome/orbit2/orbit2.inc index 5197890..8fe62eb 100644 --- a/meta-gnome/recipes-gnome/orbit2/orbit2.inc +++ b/meta-gnome/recipes-gnome/orbit2/orbit2.inc @@ -1,4 +1,4 @@ -LICENSE = "GPL" +LICENSE = "GPLv2+" DESCRIPTION = "CORBA ORB" SECTION = "x11/gnome/libs" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \ diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb index 8709cc0..f12b561 100644 --- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb +++ b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb @@ -1,6 +1,6 @@ require orbit2.inc -PR = "r1" +PR = "r2" SRC_URI[md5sum] = "10bfb957fa4a8935a0b4afaee7d71df7" SRC_URI[sha256sum] = "62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c"
* Updated the LICENSE field to contain the GPL version as indicated in the sources. This is GPLv2+ * Bump the PRs to pickup the LICENSE change Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- meta-gnome/recipes-gnome/orbit2/orbit2.inc | 2 +- meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)