diff options
-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 00000000000..629d9323880 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.1.bb @@ -0,0 +1,10 @@ +require xorg-data-common.inc + +DESCRIPTION = "Common X11 Bitmaps" +LICENSE = "MIT" +DEPENDS += "libxmu" + +LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f" + +SRC_URI[md5sum] = "7444bbbd999b53bec6a60608a5301f4c" +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 00000000000..e128763398a --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc @@ -0,0 +1,10 @@ +HOMEPAGE = "http://www.x.org" +SECTION = "x11/data" +LICENSE = "MIT-X" + +XORG_PN = "${PN}" + +SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2" +S = "${WORKDIR}/${XORG_PN}-${PV}" + +inherit autotools pkgconfig |