diff options
author | Yu Ke <ke.yu@intel.com> | 2011-01-14 11:42:11 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-18 07:38:02 -0800 |
commit | bacfa12b016c023d265f7959f8256a5b8acbe6b2 (patch) | |
tree | 121ddfa85ec990ab807dc8b4eff045b8c73fb7a2 /meta/recipes-graphics/xorg-app | |
parent | 00ecccca360c936268593bba3891ffe23845e5b6 (diff) | |
download | openembedded-core-bacfa12b016c023d265f7959f8256a5b8acbe6b2.tar.gz openembedded-core-bacfa12b016c023d265f7959f8256a5b8acbe6b2.tar.bz2 openembedded-core-bacfa12b016c023d265f7959f8256a5b8acbe6b2.zip |
mkfontscale: upgrade to 1.0.8
- update license checksum, due to commit "Sun's copyrights now belong to Oracle". the license type is not changed.
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/mkfontscale_1.0.7.bb | 12 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.7.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.7.bb deleted file mode 100644 index c1175194a6..0000000000 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.7.bb +++ /dev/null @@ -1,12 +0,0 @@ -require xorg-app-common.inc - -DESCRIPTION = "a program to create an index of scalable font files for X" - -DEPENDS += " zlib libfontenc freetype virtual/libx11" - -BBCLASSEXTEND = "native" - -LIC_FILES_CHKSUM = "file://COPYING;md5=8ecbbbc1259a329e96ccc4dd86ad2ca2" - -SRC_URI[md5sum] = "96ca346f185c0ab48e42bf5bb0375da5" -SRC_URI[sha256sum] = "8306b229cca233216a6582cb1ff60af78e37c47d6412ac823d7d41c3d7de7127" diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb new file mode 100644 index 0000000000..23bae39a44 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb @@ -0,0 +1,12 @@ +require xorg-app-common.inc + +DESCRIPTION = "a program to create an index of scalable font files for X" + +DEPENDS += " zlib libfontenc freetype virtual/libx11" + +BBCLASSEXTEND = "native" + +LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f" + +SRC_URI[md5sum] = "5210c9385c6cc4a00ce829d8dc9c819b" +SRC_URI[sha256sum] = "6eb57786cd79eebfbaca386fe24dcfe50689dbf433d052e58291c2925f2050f9" |