From: Dmitry Eremin-Solenikov Date: Tue, 15 Jun 2010 15:20:50 +0000 (+0400) Subject: xorg-app-common: include app-defaults into built packages X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c316bb423f067516c2149fc9f76df72d77fbb9;p=openembedded.git xorg-app-common: include app-defaults into built packages Signed-off-by: Dmitry Eremin-Solenikov --- 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/"