diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-04-13 05:52:18 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-13 05:52:18 +0000 |
commit | b1c4f9d640fefdb8442d7608840232d0bbea057d (patch) | |
tree | 15818c8239073f71cb150eac5f85052881e928c8 /packages/e17 | |
parent | 9795faddae6e42623fa25c36406b6b99ed40fed0 (diff) |
entrance: remove useless autodetection script and fix packaging with e.bbclass
Diffstat (limited to 'packages/e17')
-rw-r--r-- | packages/e17/entrance/disable-autodetect.patch | 7 | ||||
-rw-r--r-- | packages/e17/entrance_0.9.0.006.bb | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/packages/e17/entrance/disable-autodetect.patch b/packages/e17/entrance/disable-autodetect.patch new file mode 100644 index 0000000000..7bb8fa4e74 --- /dev/null +++ b/packages/e17/entrance/disable-autodetect.patch @@ -0,0 +1,7 @@ +--- entrance-0.9.0.006/Makefile.am.orig 2006-04-12 22:22:44.000000000 -0700 ++++ entrance-0.9.0.006/Makefile.am 2006-04-12 22:26:01.000000000 -0700 +@@ -23,4 +23,3 @@ + fi + + install-data-am: +- sh data/config/autodetect.sh diff --git a/packages/e17/entrance_0.9.0.006.bb b/packages/e17/entrance_0.9.0.006.bb index 1b928b972c..4237427d63 100644 --- a/packages/e17/entrance_0.9.0.006.bb +++ b/packages/e17/entrance_0.9.0.006.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Entrance is the Enlightenment login manager" LICENSE = "MIT" # can also use pam and crypt DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common login-manager" -RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1 login-manager" +RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1 login-manager entrance-themes" HOMEPAGE = "http://www.enlightenment.org" PR = "r13" @@ -15,6 +15,7 @@ SRC_URI = "${E_URI}/entrance-${PV}.tar.gz \ file://set-display-env.patch;patch=1 \ file://fix-auth-mode.patch;patch=1 \ file://use-bash.patch;patch=1 \ + file://disable-autodetect.patch;patch=1 \ file://Sessions" S = "${WORKDIR}/entrance-${PV}" @@ -23,7 +24,7 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \ --with-xsession=/etc/X11/Xsession \ --with-auth-mode=0" -FILES += "${datadir}" +FILES_${PN} += "${bindir} ${sbindir} /etc ${datadir}" do_install_append() { install -d ${D}/etc/X11/Xsession.d |