[oe-commits] org.oe.dreambox dreambox-blindscan-utils: add package

tmbinc commit openembedded-commits at lists.openembedded.org
Thu Jun 28 03:16:45 UTC 2007


dreambox-blindscan-utils: add package

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: f0cdd54479d21eaabd9a0c344880c6ae32b1e0d6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f0cdd54479d21eaabd9a0c344880c6ae32b1e0d6
Files:
1
packages/dreambox/dreambox-blindscan-utils.bb
packages/images/dreambox-image.bb
Diffs:

#
# mt diff -r19508614480d9996ff4b4ea47cc3d3261c328361 -rf0cdd54479d21eaabd9a0c344880c6ae32b1e0d6
#
# 
# 
# add_file "packages/dreambox/dreambox-blindscan-utils.bb"
#  content [25f8ce94df0e27b474815dcba384c209dbc10938]
# 
# patch "packages/images/dreambox-image.bb"
#  from [bb78df1572d6d0daa304ff167a04c42e70069208]
#    to [811a124d99f261663d5b0ea6a3c8002d9e1bf49c]
# 
============================================================
--- packages/dreambox/dreambox-blindscan-utils.bb	25f8ce94df0e27b474815dcba384c209dbc10938
+++ packages/dreambox/dreambox-blindscan-utils.bb	25f8ce94df0e27b474815dcba384c209dbc10938
@@ -0,0 +1,20 @@
+DESCRIPTION = "Utilities needed to do transponder blindscan with dreambox dvb receivers"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Felix Domke <tmbinc at elitedvb.net>"
+LICENSE = "GPL"
+PV = "1.0"
+PR = "r0"
+
+SRC_URI = "http://sources.dreamboxupdate.com/download/opendreambox/dreambox-blindscan-utils-${MACHINE}-1.0.tar.bz2"
+UTILS = "tda1002x"
+
+S = "${WORKDIR}/blindscan-utils"
+
+do_install() {
+	install -d ${D}/${bindir}/
+	for u in ${UTILS}
+	do
+		install -m 0755 ${S}/$u ${D}/${bindir}/
+	done
+}
============================================================
--- packages/images/dreambox-image.bb	bb78df1572d6d0daa304ff167a04c42e70069208
+++ packages/images/dreambox-image.bb	811a124d99f261663d5b0ea6a3c8002d9e1bf49c
@@ -28,7 +28,7 @@ OPENDREAMBOX_EXPERIMENTAL_R = "enigma2-p
 	enigma2-skins \ 
 	enigma2-streamproxy \
 	twisted-web2 twisted python-crypt python-crypto \
-	python-netserver python-pickle"
+	python-netserver python-pickle dreambox-blindscan-utils"
 
 # legacy tuxbox stuff (enigma, plugins, ...)
 OPENDREAMBOX_TUXBOX = "enigma ipkgpl"






More information about the Openembedded-commits mailing list