mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
libfontenc: upgrade to the latest version 1.0.5
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
50dbbec5b2
commit
3cbc9dee6b
+6
-3
@@ -1,9 +1,12 @@
|
|||||||
|
DESCRIPTION = "X11 font encoding library"
|
||||||
|
|
||||||
require xorg-lib-common.inc
|
require xorg-lib-common.inc
|
||||||
|
|
||||||
DESCRIPTION = "X11 font encoding library"
|
LICENSE = "MIT"
|
||||||
LICENSE = "BSD-X"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
|
||||||
|
|
||||||
DEPENDS += "zlib xproto"
|
DEPENDS += "zlib xproto"
|
||||||
PR = "r1"
|
PR = "r0"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
HOMEPAGE = "http://www.x.org"
|
HOMEPAGE = "http://www.x.org"
|
||||||
|
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
||||||
|
|
||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
LICENSE = "MIT-X"
|
LICENSE = "MIT-X"
|
||||||
DEPENDS = "util-macros"
|
DEPENDS = "util-macros"
|
||||||
|
|||||||
Reference in New Issue
Block a user