diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 12:15:29 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 12:15:29 +0100 |
| commit | 7219087e6a92617f8212acdec0a9c16cff8521c5 (patch) | |
| tree | 8dd6d09df2017e68de1188bde57ecef62586a409 /meta-moblin/packages/xorg-data | |
| parent | d977cb25e5072558c3c98a5c169d5d91f0e55fe2 (diff) | |
| download | poky-7219087e6a92617f8212acdec0a9c16cff8521c5.tar.gz | |
Move less useful xorg-app and xorg-data to meta-extras
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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 | 10 |
2 files changed, 0 insertions, 15 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 deleted file mode 100644 index f622d769d5..0000000000 --- a/meta-moblin/packages/xorg-data/xbitmaps_1.0.1.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | require xorg-data-common.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "Common X11 Bitmaps" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | DEPENDS += "libxmu" | ||
diff --git a/meta-moblin/packages/xorg-data/xorg-data-common.inc b/meta-moblin/packages/xorg-data/xorg-data-common.inc deleted file mode 100644 index e128763398..0000000000 --- a/meta-moblin/packages/xorg-data/xorg-data-common.inc +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 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 | ||
