entrance: remove useless autodetection script and fix packaging with e.bbclass
authorJustin Patrin <papercrane@gmail.com>
Thu, 13 Apr 2006 05:52:18 +0000 (05:52 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 13 Apr 2006 05:52:18 +0000 (05:52 +0000)
packages/e17/entrance/disable-autodetect.patch [new file with mode: 0644]
packages/e17/entrance_0.9.0.006.bb

diff --git a/packages/e17/entrance/disable-autodetect.patch b/packages/e17/entrance/disable-autodetect.patch
new file mode 100644 (file)
index 0000000..7bb8fa4
--- /dev/null
@@ -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
index 1b928b9..4237427 100644 (file)
@@ -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