summaryrefslogtreecommitdiffstats
path: root/meta/packages/oh/usbinit.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-01 11:36:41 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-01 11:36:41 +0000
commit12212aa298f65d996b4fddddb081000e34319279 (patch)
treed78a850532bcdb3a6fe78d288a94e17d128dd1c4 /meta/packages/oh/usbinit.bb
parent1e2d2eb33a5fba729445a71ce855c4536c909de5 (diff)
downloadpoky-12212aa298f65d996b4fddddb081000e34319279.tar.gz
usbinit: updated to more generic version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1845 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oh/usbinit.bb')
-rw-r--r--meta/packages/oh/usbinit.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/oh/usbinit.bb b/meta/packages/oh/usbinit.bb
index 0adcae1b9c..1d4575bddb 100644
--- a/meta/packages/oh/usbinit.bb
+++ b/meta/packages/oh/usbinit.bb
@@ -1,8 +1,7 @@
1DESCRIPTION = "Quick hack to start gadget Ethernet on the 770" 1DESCRIPTION = "Initscript to manage gadget Ethernet"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11"
4PRIORITY = "optional" 3PRIORITY = "optional"
5PR = "r0" 4PR = "r1"
6 5
7SRC_URI = "file://usb-gether" 6SRC_URI = "file://usb-gether"
8S = "${WORKDIR}" 7S = "${WORKDIR}"