diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-01 20:56:25 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-01 20:56:25 +0000 |
commit | 4a4eaec9e0e0f027f72e018689721838ef405f44 (patch) | |
tree | 4ae605c3d79506cb1c6110ed10b3f5e6d96526a5 /meta-moblin/packages/xorg-data | |
parent | d7aaf31869621480977d0a8f2faee199b83fd699 (diff) | |
download | ast2050-yocto-poky-4a4eaec9e0e0f027f72e018689721838ef405f44.zip ast2050-yocto-poky-4a4eaec9e0e0f027f72e018689721838ef405f44.tar.gz |
meta-moblin: Add extra xorg-app, xorg-data and gvfs packages from OE
Diffstat (limited to 'meta-moblin/packages/xorg-data')
-rw-r--r-- | meta-moblin/packages/xorg-data/xbitmaps_1.0.1.bb | 5 | ||||
-rw-r--r-- | meta-moblin/packages/xorg-data/xorg-data-common.inc | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/meta-moblin/packages/xorg-data/xbitmaps_1.0.1.bb b/meta-moblin/packages/xorg-data/xbitmaps_1.0.1.bb new file mode 100644 index 0000000..f622d76 --- /dev/null +++ b/meta-moblin/packages/xorg-data/xbitmaps_1.0.1.bb @@ -0,0 +1,5 @@ +require xorg-data-common.inc + +DESCRIPTION = "Common X11 Bitmaps" +LICENSE = "MIT" +DEPENDS += "libxmu" diff --git a/meta-moblin/packages/xorg-data/xorg-data-common.inc b/meta-moblin/packages/xorg-data/xorg-data-common.inc new file mode 100644 index 0000000..46b14d7 --- /dev/null +++ b/meta-moblin/packages/xorg-data/xorg-data-common.inc @@ -0,0 +1,14 @@ +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 + +do_stage() { + autotools_stage_all +} |