diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-02-06 20:38:50 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-02-09 22:45:46 +0000 |
commit | 38eaf20166a09e13fc0880e67c47973dcaf06271 (patch) | |
tree | 11202fe10fe38d6ebb01766cee56d3c13fbccec6 /meta/recipes-graphics/xorg-util | |
parent | 27b3f0813bf79baf208d8f6d8c3904be183dc4ec (diff) | |
download | openembedded-core-38eaf20166a09e13fc0880e67c47973dcaf06271.tar.gz openembedded-core-38eaf20166a09e13fc0880e67c47973dcaf06271.tar.bz2 openembedded-core-38eaf20166a09e13fc0880e67c47973dcaf06271.tar.xz openembedded-core-38eaf20166a09e13fc0880e67c47973dcaf06271.zip |
xorg-cf-files: new recipe v1.0.4
This package includes configuration files needed for old x11
imake-based packages - transfig in particular.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r-- | meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.4.bb b/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.4.bb new file mode 100644 index 000000000..a5de00a95 --- /dev/null +++ b/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.4.bb @@ -0,0 +1,14 @@ +require xorg-util-common.inc + +SUMMARY = "Data files for the imake utility" +DESCRIPTION = "Data files for the imake utility" +LIC_FILES_CHKSUM = "file://COPYING;md5=0f334a06f2de517e37e86d6757167d88" + +DEPENDS = "font-util" + +PR = "r0" + +SRC_URI[md5sum] = "ff4502b6e31aac90e24ce134090d0e46" +SRC_URI[sha256sum] = "8fc8a1224d2a716b1f3f1ca85dfda02387ab215251b8eddd03551eac998c9cb8" + +BBCLASSEXTEND = "native" |