diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 17:10:57 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 17:10:57 +0000 |
| commit | 64c7fa473413d998c2a99c79ef0de34ecc133aef (patch) | |
| tree | f3491927f70c01b618b5878a673ca7d60d53b9f8 /meta/packages/xorg-app | |
| parent | 772ec7db089f5fefd85e1e37695a22009e76d3bc (diff) | |
| download | poky-64c7fa473413d998c2a99c79ef0de34ecc133aef.tar.gz | |
xorg: Remove unneeded XORG_PN settings and replace some native/sdk recipes with BBCLASSEXTEND
Diffstat (limited to 'meta/packages/xorg-app')
| -rw-r--r-- | meta/packages/xorg-app/xkbcomp-native_1.0.5.bb | 11 | ||||
| -rw-r--r-- | meta/packages/xorg-app/xkbcomp_1.0.5.bb | 4 | ||||
| -rw-r--r-- | meta/packages/xorg-app/xorg-app-common.inc | 2 |
3 files changed, 4 insertions, 13 deletions
diff --git a/meta/packages/xorg-app/xkbcomp-native_1.0.5.bb b/meta/packages/xorg-app/xkbcomp-native_1.0.5.bb deleted file mode 100644 index ee7c25c407..0000000000 --- a/meta/packages/xorg-app/xkbcomp-native_1.0.5.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." | ||
| 2 | |||
| 3 | SECTION = "x11/applications" | ||
| 4 | LICENSE = "MIT-X" | ||
| 5 | S="${WORKDIR}/xkbcomp-${PV}" | ||
| 6 | |||
| 7 | DEPENDS = "libx11-native libxkbfile-native" | ||
| 8 | |||
| 9 | SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2" | ||
| 10 | |||
| 11 | inherit native autotools pkgconfig | ||
diff --git a/meta/packages/xorg-app/xkbcomp_1.0.5.bb b/meta/packages/xorg-app/xkbcomp_1.0.5.bb index ca6cdb8898..e436a71ed4 100644 --- a/meta/packages/xorg-app/xkbcomp_1.0.5.bb +++ b/meta/packages/xorg-app/xkbcomp_1.0.5.bb | |||
| @@ -2,4 +2,6 @@ require xorg-app-common.inc | |||
| 2 | 2 | ||
| 3 | DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." | 3 | DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." |
| 4 | 4 | ||
| 5 | DEPENDS += " virtual/libx11 libxkbfile" | 5 | DEPENDS += "libxkbfile" |
| 6 | |||
| 7 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/packages/xorg-app/xorg-app-common.inc b/meta/packages/xorg-app/xorg-app-common.inc index 2dc659a0fa..32a2f061c9 100644 --- a/meta/packages/xorg-app/xorg-app-common.inc +++ b/meta/packages/xorg-app/xorg-app-common.inc | |||
| @@ -4,7 +4,7 @@ SECTION = "x11/apps" | |||
| 4 | LICENSE = "MIT-X" | 4 | LICENSE = "MIT-X" |
| 5 | DEPENDS = "util-macros-native virtual/libx11" | 5 | DEPENDS = "util-macros-native virtual/libx11" |
| 6 | 6 | ||
| 7 | XORG_PN = "${PN}" | 7 | XORG_PN = "${BPN}" |
| 8 | 8 | ||
| 9 | SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2" | 9 | SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2" |
| 10 | 10 | ||
