diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-02-05 12:21:55 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-02-05 12:21:55 +0000 |
commit | aafc19e52f4331103d00fcd33fa425168137ce27 (patch) | |
tree | 7e18c14e3756d9d1be703d6268dac8bfec604795 /conf | |
parent | 5cc306304e3cdf45208f8360261ad84c3221ed99 (diff) |
opkg-native_svn.bb : opkg native version for brave people who want
to try and build images with opkg.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/insane-srcrevs.inc | 1 | ||||
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/include/insane-srcrevs.inc b/conf/distro/include/insane-srcrevs.inc index 249fa0e027..0f7e82ef43 100644 --- a/conf/distro/include/insane-srcrevs.inc +++ b/conf/distro/include/insane-srcrevs.inc @@ -82,6 +82,7 @@ SRCREV_pn-openmoko-worldclock2 ?= "${AUTOREV}" SRCREV_pn-openocd ?= "${AUTOREV}" SRCREV_pn-openocd-native ?= "${AUTOREV}" SRCREV_pn-opkg ?= "${AUTOREV}" +SRCREV_pn-opkg-native ?= "${AUTOREV}" SRCREV_pn-psplash ?= "${AUTOREV}" SRCREV_pn-settings-daemon ?= "${AUTOREV}" SRCREV_pn-sjf2410-linux-native ?= "${AUTOREV}" diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index f588179e19..f46c954636 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -118,7 +118,8 @@ SRCREV_pn-openmoko-toolchain-scripts ?= "3767" SRCREV_pn-openmoko-worldclock2 ?= "3365" SRCREV_pn-openocd ?= "206" SRCREV_pn-openocd-native ?= "206" -SRCREV_pn-opkg ?= "4017" +SRCREV_pn-opkg ?= "4019" +SRCREV_pn-opkg-native ?= "4019" SRCREV_pn-oprofileui ?= "160" SRCREV_pn-psplash ?= "249" SRCREV_pn-python-formencode = "3148" |