| Submitter | Otavio Salvador |
|---|---|
| Date | April 4, 2012, 12:32 p.m. |
| Message ID | <abff6e4792aac59ecc21b5b2f37da530134a0a40.1333542709.git.otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/25149/ |
| State | Accepted |
| Commit | 41df85603a924e3c31c21c90df3478bb082b44d1 |
| Headers | show |
Comments
Patch
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 0000000..629d932 --- /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 0000000..e128763 --- /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
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- .../recipes-graphics/xorg-data/xbitmaps_1.1.1.bb | 10 ++++++++++ .../xorg-data/xorg-data-common.inc | 10 ++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.1.bb create mode 100644 meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc