diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 13:24:47 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 14:43:41 +0200 |
| commit | 89500c583e0f1dc1b4ffdf72914e08e505e427e0 (patch) | |
| tree | b073036cc61aa34ca5ac9eec4d617366e0dcb3d5 /meta-oe/recipes-graphics/xorg-util | |
| parent | e66079da37992abd54486488aa06a99bf7a4198c (diff) | |
| download | meta-openembedded-89500c583e0f1dc1b4ffdf72914e08e505e427e0.tar.gz | |
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-util')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-util/util-macros_1.13.0.bb | 15 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-util/xorg-util-common.inc | 11 |
2 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-util/util-macros_1.13.0.bb b/meta-oe/recipes-graphics/xorg-util/util-macros_1.13.0.bb new file mode 100644 index 0000000000..3f4471aee6 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-util/util-macros_1.13.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require xorg-util-common.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "X autotools macros" | ||
| 4 | PE = "1" | ||
| 5 | |||
| 6 | LICENSE = "MIT & MIT-style" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662" | ||
| 8 | |||
| 9 | ALLOW_EMPTY = "1" | ||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
| 11 | |||
| 12 | PR = "${INC_PR}.0" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "31e9ddcbc1d8bc8c09ab180443974dd1" | ||
| 15 | SRC_URI[sha256sum] = "7bff944fb120192e7fe1706e9c0b7e41666e7983ce3e2bdef0b7734392d9e695" | ||
diff --git a/meta-oe/recipes-graphics/xorg-util/xorg-util-common.inc b/meta-oe/recipes-graphics/xorg-util/xorg-util-common.inc new file mode 100644 index 0000000000..e5c8ce9304 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-util/xorg-util-common.inc | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | HOMEPAGE = "http://www.x.org" | ||
| 2 | SECTION = "x11/utils" | ||
| 3 | LICENSE = "MIT-X" | ||
| 4 | |||
| 5 | INC_PR = "r2" | ||
| 6 | |||
| 7 | SRC_URI = "${XORG_MIRROR}/individual/util/${BPN}-${PV}.tar.gz" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/${BPN}-${PV}" | ||
| 10 | |||
| 11 | inherit autotools pkgconfig | ||
