diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-15 10:30:56 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-15 10:30:56 +0000 |
commit | ecbc8558837d28e42f6873e082a6975a8ffe90b7 (patch) | |
tree | a67112d1637791a9edf9d3bc9ea558692c3ebe86 /conf | |
parent | a26698073274f809944440567063402a5f81bd5e (diff) |
conf/distro/*srcrev* : add usbpath
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/insane-srcrevs.inc | 2 | ||||
-rw-r--r-- | conf/distro/include/moko-autorev.inc | 2 | ||||
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/include/insane-srcrevs.inc b/conf/distro/include/insane-srcrevs.inc index ae1ec5fb9c..96fd84a6fd 100644 --- a/conf/distro/include/insane-srcrevs.inc +++ b/conf/distro/include/insane-srcrevs.inc @@ -79,5 +79,7 @@ SRCREV_pn-sphyrna ?= "${AUTOREV}" SRCREV_pn-webkit-gtk ?= "${AUTOREV}" SRCREV_pn-xoo ?= "${AUTOREV}" SRCREV_pn-mplayer ?= "${AUTOREV}" +SRCREV_pn-usbpath ?= "${AUTOREV}" +SRCREV_pn-usbpath-native ?= "${AUTOREV}" SRCREV ?= "${AUTOREV}" diff --git a/conf/distro/include/moko-autorev.inc b/conf/distro/include/moko-autorev.inc index 0cba28de58..5c80cf0c20 100644 --- a/conf/distro/include/moko-autorev.inc +++ b/conf/distro/include/moko-autorev.inc @@ -63,4 +63,6 @@ SRCREV_pn-openocd-native ?= "${AUTOREV}" SRCREV_pn-uboot-openmoko ?= "${AUTOREV}" SRCREV_pn-dfu-util ?= "${AUTOREV}" SRCREV_pn-dfu-util-native ?= "${AUTOREV}" +SRCREV_pn-usbpath ?= "${AUTOREV}" +SRCREV_pn-usbpath-native ?= "${AUTOREV}" diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 8b97c14deb..e2f2d03c1f 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -101,4 +101,6 @@ SRCREV_pn-mplayer ?= "24587" SRCREV_pn-networkmanager ?= "2887" SRCREV_pn-networkmanager-applet ?= "200" SRCREV_pn-libw100 ?= "47" +SRCREV_pn-usbpath ?= "3108" +SRCREV_pn-usbpath-native ?= "3108" |