From 70c316bb423f067516c2149fc9f76df72d77fbb9 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Tue, 15 Jun 2010 19:20:50 +0400 Subject: [PATCH] xorg-app-common: include app-defaults into built packages Signed-off-by: Dmitry Eremin-Solenikov --- recipes/xorg-app/xorg-app-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/xorg-app/xorg-app-common.inc b/recipes/xorg-app/xorg-app-common.inc index d565540813..5a941c4a89 100644 --- a/recipes/xorg-app/xorg-app-common.inc +++ b/recipes/xorg-app/xorg-app-common.inc @@ -4,7 +4,7 @@ SECTION = "x11/apps" LICENSE = "MIT-X" DEPENDS = "util-macros-native virtual/libx11" -INC_PR = "r4" +INC_PR = "r5" XORG_PN = "${PN}" SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2;name=archive" @@ -13,4 +13,4 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig -FILES_${PN} += " /usr/lib/X11/${XORG_PN}" +FILES_${PN} += " /usr/lib/X11/${XORG_PN} /usr/share/X11/app-defaults/" -- 2.39.5