| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:29 p.m. |
| Message ID | <1337610609-1173-53-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28161/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/shared-mime-info/shared-mime-info_0.51.bb b/recipes/shared-mime-info/shared-mime-info_0.51.bb index 1f0a3d2..b9c8671 100644 --- a/recipes/shared-mime-info/shared-mime-info_0.51.bb +++ b/recipes/shared-mime-info/shared-mime-info_0.51.bb @@ -1,7 +1,9 @@ require shared-mime-info.inc +LICENSE = "GPLv2" + DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native" -PR = "r2" +PR = "r3" do_install_append() { update-mime-database ${D}${datadir}/mime
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on source inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/shared-mime-info/shared-mime-info_0.51.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)