diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /mythfront | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'mythfront')
-rw-r--r-- | mythfront/mythfront-config.bb | 0 | ||||
-rw-r--r-- | mythfront/mythfront-config.oe | 32 | ||||
-rw-r--r-- | mythfront/mythfront-session.bb | 0 | ||||
-rw-r--r-- | mythfront/mythfront-session.oe | 9 |
4 files changed, 0 insertions, 41 deletions
diff --git a/mythfront/mythfront-config.bb b/mythfront/mythfront-config.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mythfront/mythfront-config.bb diff --git a/mythfront/mythfront-config.oe b/mythfront/mythfront-config.oe deleted file mode 100644 index c6b658ff4e..0000000000 --- a/mythfront/mythfront-config.oe +++ /dev/null @@ -1,32 +0,0 @@ -PV = "1.7" - -DEPENDS = "xfonts-xorg" -RDEPENDS_${PN} = "xfonts-xorg" - -SRC_URI = "file://tftp.sh file://xorg.conf" - -SRC_URI_append_epia = " file://serial.sh" - -do_install() { - install -d ${D}/etc/udhcpc.d/ - install ${WORKDIR}/tftp.sh ${D}/etc/udhcpc.d/80tftp - - install -d ${D}/etc/mythtv - ln -sf /var/lib/config/mysql.txt ${D}/etc/mythtv - - install -d ${D}/etc/X11 - install -m 0644 ${WORKDIR}/xorg.conf ${D}/etc/X11 - - ln -sf /var/lib/config/lircd.conf ${D}/etc/lircd.conf - - install -d ${D}/dev - ln -sf lirc0 ${D}/dev/lirc - - if [ -f ${WORKDIR}/serial.sh ]; then - install -d ${D}/etc/init.d - install -d ${D}/etc/rc2.d - install ${WORKDIR}/serial.sh ${D}/etc/init.d/mythfront-serial - ln -sf ../init.d/mythfront-serial ${D}/etc/rc2.d/S10mythfront-serial - fi -} - diff --git a/mythfront/mythfront-session.bb b/mythfront/mythfront-session.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mythfront/mythfront-session.bb diff --git a/mythfront/mythfront-session.oe b/mythfront/mythfront-session.oe deleted file mode 100644 index f4a8171f29..0000000000 --- a/mythfront/mythfront-session.oe +++ /dev/null @@ -1,9 +0,0 @@ -PV = "1.2" - -SRC_URI = "file://mythfront.sh" - -do_install() { - install -d ${D}/etc/X11/Xinit.d - install ${WORKDIR}/mythfront.sh ${D}/etc/X11/Xinit.d/90mythfront -} - |