[oe-commits] Dmitry Eremin-Solenikov : xorg-app-common: include app-defaults into built packages

git version control git at git.openembedded.org
Tue Jun 15 15:20:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 70c316bb423f067516c2149fc9f76df72d77fbb9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=70c316bb423f067516c2149fc9f76df72d77fbb9

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Tue Jun 15 19:20:50 2010 +0400

xorg-app-common: include app-defaults into built packages

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

---

 recipes/xorg-app/xorg-app-common.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xorg-app/xorg-app-common.inc b/recipes/xorg-app/xorg-app-common.inc
index d565540..5a941c4 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/"





More information about the Openembedded-commits mailing list