diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-25 00:31:17 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-10 13:57:32 +0200 |
| commit | 478df1fe37f75030a6a72fb33e762512719b0729 (patch) | |
| tree | b5fe7d2fd16411411a64340f2c7522a7ddd45db1 /meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb | |
| parent | 295562b3112273d81e1eb5c25f8ce9e92356e392 (diff) | |
| download | meta-openembedded-478df1fe37f75030a6a72fb33e762512719b0729.tar.gz | |
libxfixes, util-macros: drop from meta-oe, now they are in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb b/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb deleted file mode 100644 index 4ca1ea284b..0000000000 --- a/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "XFixes: X Fixes extension library." | ||
| 2 | |||
| 3 | DESCRIPTION = "X applications have often needed to work around various \ | ||
| 4 | shortcomings in the core X window system. This extension is designed to \ | ||
| 5 | provide the minimal server-side support necessary to eliminate problems \ | ||
| 6 | caused by these workarounds." | ||
| 7 | |||
| 8 | require xorg-lib-common.inc | ||
| 9 | |||
| 10 | LICENSE = "MIT-style" | ||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" | ||
| 12 | |||
| 13 | DEPENDS += "virtual/libx11 xproto fixesproto xextproto" | ||
| 14 | PE = "1" | ||
| 15 | PR = "${INC_PR}.0" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "678071bd7f9f7467e2fc712d81022318" | ||
| 18 | SRC_URI[sha256sum] = "537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native" | ||
| 21 | |||
| 22 | XORG_PN = "libXfixes" | ||
