diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-20 07:45:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-20 07:45:31 +0000 |
commit | 3379fc0e5603612de28e61dc4bf38f4a57ee731f (patch) | |
tree | 01d4a9f62a13b446d8e25dec03ee9e8fc1d8bd2c /packages/x11/x11-common_0.1.bb | |
parent | e3c6bbaf268d45fdbd078d98ef1ed38c09392b0b (diff) |
Move X scripts which are not GPE specific out of gpe-dm and gpe-session-scripts and into x11-common
For now I have added patches to the makefiles to stop installing of these files but they should be removed from those packagse eventually
I have also added all of these small scripts to OE but these should probably be tarballed somewhere
gpe-dm and gpe-session-scripts now depend on the new x11-common package
Change entrance to depend on the new package
Diffstat (limited to 'packages/x11/x11-common_0.1.bb')
-rw-r--r-- | packages/x11/x11-common_0.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/x11/x11-common_0.1.bb b/packages/x11/x11-common_0.1.bb new file mode 100644 index 0000000000..707c766555 --- /dev/null +++ b/packages/x11/x11-common_0.1.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Common X11 scripts" +LICENSE = "GPL" +SECTION = "x11" +DEPENDS = "xmodmap xrandr xdpyinfo xtscal" +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal" +PR = "r0" + +SRC_URI = "file://etc" +S = ${WORKDIR} + +do_install() { + cp -R ${S}/etc ${D}/etc + chmod -R 755 ${D}/etc +}
\ No newline at end of file |