diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-04 12:32:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-04 20:36:46 +0200 |
commit | 41df85603a924e3c31c21c90df3478bb082b44d1 (patch) | |
tree | 962c4b44dcd473c73c52027e44f2cc337db08cb6 /meta-oe | |
parent | c76965c517847e183758751d5a8043b03e21c12a (diff) | |
download | meta-openembedded-41df85603a924e3c31c21c90df3478bb082b44d1.tar.gz |
xbitmaps: add 1.1.1 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.1.bb | 10 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.1.bb b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.1.bb new file mode 100644 index 000000000..629d93238 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require xorg-data-common.inc | ||
2 | |||
3 | DESCRIPTION = "Common X11 Bitmaps" | ||
4 | LICENSE = "MIT" | ||
5 | DEPENDS += "libxmu" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f" | ||
8 | |||
9 | SRC_URI[md5sum] = "7444bbbd999b53bec6a60608a5301f4c" | ||
10 | SRC_URI[sha256sum] = "3671b034356bbc4d32d052808cf646c940ec8b2d1913adac51b1453e41aa1e9d" | ||
diff --git a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc new file mode 100644 index 000000000..e12876339 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc | |||
@@ -0,0 +1,10 @@ | |||
1 | HOMEPAGE = "http://www.x.org" | ||
2 | SECTION = "x11/data" | ||
3 | LICENSE = "MIT-X" | ||
4 | |||
5 | XORG_PN = "${PN}" | ||
6 | |||
7 | SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2" | ||
8 | S = "${WORKDIR}/${XORG_PN}-${PV}" | ||
9 | |||
10 | inherit autotools pkgconfig | ||