diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-09-01 09:17:37 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-02 09:38:35 +0100 |
commit | a4141e1c11cf86321609e8dfb7c689df35cc2e86 (patch) | |
tree | 923ad383ef2e6585f5f2ad3233bf277ae3ef9935 /meta/recipes-graphics/xorg-app | |
parent | 68385456af93a6a80c558676fd176e3ec81c9183 (diff) | |
download | poky-a4141e1c11cf86321609e8dfb7c689df35cc2e86.tar.gz |
xset: move DISTRO_PN_ALIAS to distro .inc file
also use space as the delimiter instead of semicolon. fix handbook accordingly
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xset_1.1.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xset_1.1.0.bb b/meta/recipes-graphics/xorg-app/xset_1.1.0.bb index 817b097213..2d80d3b38f 100644 --- a/meta/recipes-graphics/xorg-app/xset_1.1.0.bb +++ b/meta/recipes-graphics/xorg-app/xset_1.1.0.bb | |||
@@ -3,7 +3,6 @@ require xorg-app-common.inc | |||
3 | DESCRIPTION = "Utility of setting various user preference options of the display" | 3 | DESCRIPTION = "Utility of setting various user preference options of the display" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" |
6 | DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11" | ||
7 | DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" | 6 | DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" |
8 | PR = "r0" | 7 | PR = "r0" |
9 | PE = "1" | 8 | PE = "1" |