| Submitter | Dexuan Cui |
|---|---|
| Date | Nov. 30, 2011, 2:12 p.m. |
| Message ID | <7b66253699b50888fa21d9e79bc1d1e6898ff40a.1322662245.git.dexuan.cui@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/15843/ |
| State | New |
| Headers | show |
Comments
On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui <dexuan.cui@intel.com> wrote: > updated LIC_FILES_CHKSUM: > only Copyright holder change in COPYING -- no actual license change. > > Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> > --- > .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb} | 8 +++----- > 1 files changed, 3 insertions(+), 5 deletions(-) > rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.3.bb => libxfont_1.4.4.bb} (62%) > > diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb > similarity index 62% > rename from meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb > rename to meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb > index 43a628e..8af0ac9 100644 > --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb > +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb > @@ -7,7 +7,7 @@ such as freetype)." > require xorg-lib-common.inc > > LICENSE= "MIT & MIT-style & BSD" > -LIC_FILES_CHKSUM = "file://COPYING;md5=deeee1c29f32ca774cecf0c83b46bb5c" > +LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" > > DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" > PROVIDES = "xfont" > @@ -15,11 +15,9 @@ PROVIDES = "xfont" > PR = "r0" > PE = "1" > > -#SRC_URI += "file://no-scalable-crash.patch" > - Please rm the patch as well.
Khem Raj wrote on 2011-12-01: > On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui <dexuan.cui@intel.com> > wrote: >> updated LIC_FILES_CHKSUM: >> only Copyright holder change in COPYING -- no actual license change. >> >> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> --- >> .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb} | 8 +++----- 1 >> files changed, 3 insertions(+), 5 deletions(-) rename >> meta/recipes-graphics/xorg-lib/{libxfont_1.4.3.bb => libxfont_1.4.4.bb} >> (62%) >> >> diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb >> b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb similarity index 62% >> rename from meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb rename to >> meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb index 43a628e..8af0ac9 >> 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb +++ >> b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb @@ -7,7 +7,7 @@ such >> as freetype)." require xorg-lib-common.inc >> >> LICENSE= "MIT & MIT-style & BSD" -LIC_FILES_CHKSUM = >> "file://COPYING;md5=deeee1c29f32ca774cecf0c83b46bb5c" +LIC_FILES_CHKSUM >> = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" >> >> DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" >> PROVIDES = "xfont" >> @@ -15,11 +15,9 @@ PROVIDES = "xfont" >> PR = "r0" >> PE = "1" >> >> -#SRC_URI += "file://no-scalable-crash.patch" >> - > > Please rm the patch as well. Thanks for the reminder! I didn't find the patch somehow... sorry. I'll send a new commit to remove the patch. Thanks, -- Dexuan
Patch
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb similarity index 62% rename from meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb rename to meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb index 43a628e..8af0ac9 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb @@ -7,7 +7,7 @@ such as freetype)." require xorg-lib-common.inc LICENSE= "MIT & MIT-style & BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=deeee1c29f32ca774cecf0c83b46bb5c" +LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" PROVIDES = "xfont" @@ -15,11 +15,9 @@ PROVIDES = "xfont" PR = "r0" PE = "1" -#SRC_URI += "file://no-scalable-crash.patch" - XORG_PN = "libXfont" BBCLASSEXTEND = "native" -SRC_URI[md5sum] = "6fb689cfe13d8d9460f4abb5bd88588d" -SRC_URI[sha256sum] = "f79245652901d20092092e942155d32b8dde15527637db3c09a1adc83672e9cc" +SRC_URI[md5sum] = "f9942bc818d39094d7295b156a729393" +SRC_URI[sha256sum] = "a2065f5f66882f7a9cb0eb674e16d284da48e449af443eda272e99832be8239a"
updated LIC_FILES_CHKSUM: only Copyright holder change in COPYING -- no actual license change. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> --- .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb} | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.3.bb => libxfont_1.4.4.bb} (62%)