diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/private/distro_x11_apps_2.inc | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xset_1.1.0.bb | 1 |
2 files changed, 1 insertions, 1 deletions
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" | |||
75 | RECIPE_MAINTAINER_pn-xprop="Yu Ke <ke.yu@intel.com>" | 75 | RECIPE_MAINTAINER_pn-xprop="Yu Ke <ke.yu@intel.com>" |
76 | 76 | ||
77 | RECIPE_STATUS_pn-xset="green" # no update needed | 77 | RECIPE_STATUS_pn-xset="green" # no update needed |
78 | DISTRO_PN_ALIAS_pn-xset = "Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils Debian=x11-xserver-utils Opensuse=xorg-x11" | ||
78 | RECIPE_LATEST_VERSION_pn-xset="1.1.0" | 79 | RECIPE_LATEST_VERSION_pn-xset="1.1.0" |
79 | RECIPE_NO_OF_PATCHES_pn-xset="1" | 80 | RECIPE_NO_OF_PATCHES_pn-xset="1" |
80 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xset="1 year" | 81 | 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 | |||
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" |