diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-11-05 22:54:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:01:49 +0000 |
commit | 9a86d2a876f5cce9c2825f8fd5bf5dc9aaf9d7a1 (patch) | |
tree | 2829aac165f49050de28e02b035500714559ad9d /meta/recipes-graphics/pango/pango_1.38.1.bb | |
parent | d19d221ca77ff5cfbe92cf8234b2f4f35dd07329 (diff) | |
download | openembedded-core-9a86d2a876f5cce9c2825f8fd5bf5dc9aaf9d7a1.tar.gz openembedded-core-9a86d2a876f5cce9c2825f8fd5bf5dc9aaf9d7a1.tar.bz2 openembedded-core-9a86d2a876f5cce9c2825f8fd5bf5dc9aaf9d7a1.zip |
pango: Upgrade 1.36.8 -> 1.38.1
Pango is now a simple a simple library and no longer has
- modules
- engines
- configuration
Dropping all related things from the recipe.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/pango/pango_1.38.1.bb')
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.38.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.38.1.bb b/meta/recipes-graphics/pango/pango_1.38.1.bb new file mode 100644 index 0000000000..d85c17bd25 --- /dev/null +++ b/meta/recipes-graphics/pango/pango_1.38.1.bb @@ -0,0 +1,9 @@ +require pango.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" + +SRC_URI += "file://run-ptest \ +" + +SRC_URI[archive.md5sum] = "7fde35d4a127b55ce8bbcefe109bc80d" +SRC_URI[archive.sha256sum] = "1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7" |