From a4141e1c11cf86321609e8dfb7c689df35cc2e86 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 1 Sep 2010 09:17:37 +0800 Subject: 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 --- meta/conf/distro/include/private/distro_x11_apps_2.inc | 1 + meta/recipes-graphics/xorg-app/xset_1.1.0.bb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/distro/include/private/distro_x11_apps_2.inc b/meta/conf/distro/include/private/distro_x11_apps_2.inc index 829d5c5343..ab5595811a 100644 --- a/meta/conf/distro/include/private/distro_x11_apps_2.inc +++ b/meta/conf/distro/include/private/distro_x11_apps_2.inc @@ -75,6 +75,7 @@ RECIPE_INTEL_SECTION_pn-xprop="graphic app" RECIPE_MAINTAINER_pn-xprop="Yu Ke " RECIPE_STATUS_pn-xset="green" # no update needed +DISTRO_PN_ALIAS_pn-xset = "Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils Debian=x11-xserver-utils Opensuse=xorg-x11" RECIPE_LATEST_VERSION_pn-xset="1.1.0" RECIPE_NO_OF_PATCHES_pn-xset="1" RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xset="1 year" 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 DESCRIPTION = "Utility of setting various user preference options of the display" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" -DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11" DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" PR = "r0" PE = "1" -- cgit v1.2.3-54-g00ecf