[oe-commits] org.oe.dev task-mythfront: use task.bbclass, only the epia version is machine specific

pH5 commit openembedded-commits at lists.openembedded.org
Thu Aug 23 12:39:15 UTC 2007


task-mythfront: use task.bbclass, only the epia version is machine specific

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 65fc07a2036c748b731a49dcaead5dcb6440d170
ViewMTN: http://monotone.openembedded.org/revision.psp?id=65fc07a2036c748b731a49dcaead5dcb6440d170
Files:
1
packages/tasks/task-mythfront.bb
Diffs:

#
# mt diff -r3780347a23a0bcee68072ee48cac5df6dc17026a -r65fc07a2036c748b731a49dcaead5dcb6440d170
#
# 
# 
# patch "packages/tasks/task-mythfront.bb"
#  from [99f682fdb8786fe44425466c0e958e57d9f4d0cf]
#    to [9f4ca916db04dc5d9df509fd4ea8b7cbd368bfb9]
# 
============================================================
--- packages/tasks/task-mythfront.bb	99f682fdb8786fe44425466c0e958e57d9f4d0cf
+++ packages/tasks/task-mythfront.bb	9f4ca916db04dc5d9df509fd4ea8b7cbd368bfb9
@@ -1,12 +1,14 @@
-PACKAGES = "${PN}"
 DESCRIPTION = "Meta-package for MythTV diskless frontend"
-ALLOW_EMPTY = "1"
-PR = "r13"
+PR = "r14"
 
-RDEPENDS = "xserver-xorg mythtv-frontend mythtv-filters mythtv-theme-g.a.n.t. mythtv-theme-default lirc lirc-modules ttf-bitstream-vera fontconfig-utils setserial snes9x ntp mythfront-config gpe-dm mythfront-session bootlogd font-cursor-misc font-misc-misc xf86-input-keyboard xf86-input-mouse"
+inherit task
 
-RDEPENDS_append_epia = " xorg-driver-via mesa-dri-driver-unichrome"
+RDEPENDS_${PN} = "xserver-xorg mythtv-frontend mythtv-filters mythtv-theme-g.a.n.t. mythtv-theme-default lirc lirc-modules ttf-bitstream-vera fontconfig-utils setserial snes9x ntp mythfront-config gpe-dm mythfront-session bootlogd font-cursor-misc font-misc-misc xf86-input-keyboard xf86-input-mouse"
 
+RDEPENDS_${PN}_append_epia = " xorg-driver-via mesa-dri-driver-unichrome"
+
+PACKAGE_ARCH_epia = "${MACHINE_ARCH}"
+
 LICENSE = "MIT"
 
 # there is a -march=586 somewhere in the source tree of mythtv






More information about the Openembedded-commits mailing list