diff options
author | Matthias Hentges <oe@hentges.net> | 2007-12-28 16:05:31 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-12-28 16:05:31 +0000 |
commit | 497afaa96a7b12d0ac0ab21ebc88456c3de1ba33 (patch) | |
tree | df3b7ad002b91438919a616980202279a13c1dee | |
parent | 31e564d9f071df9fb605197e27025eecf15dde72 (diff) | |
parent | 1988774b35c20fb05e2b53dd06992b53b1f00f79 (diff) |
merge of '4afe7a39abef322799f31bedff527afcc6c16d7f'
and 'c9fabe80e49ddb31c5f4120c9b456c5cb1aace8c'
-rw-r--r-- | conf/distro/include/moko-autorev.inc | 2 | ||||
-rw-r--r-- | packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/moko-autorev.inc b/conf/distro/include/moko-autorev.inc index 74b930781b..9f8ae61fc3 100644 --- a/conf/distro/include/moko-autorev.inc +++ b/conf/distro/include/moko-autorev.inc @@ -44,7 +44,7 @@ SRCREV_pn-openmoko-worldclock2 ?= "${AUTOREV}" SRCREV_pn-openocd ?= "${AUTOREV}" SRCREV_pn-openocd-native ?= "${AUTOREV}" -SRCREV_pn-uboot-openmoko ?= "${AUTOREV}" +SRCREV_pn-u-boot-openmoko ?= "${AUTOREV}" SRCREV_pn-dfu-util ?= "${AUTOREV}" SRCREV_pn-dfu-util-native ?= "${AUTOREV}" SRCREV_pn-usbpath ?= "${AUTOREV}" diff --git a/packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb b/packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb index e7812a5ed0..08c0062fab 100644 --- a/packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb +++ b/packages/u-boot/u-boot-mkimage-openmoko-native_oe.bb @@ -1,4 +1,4 @@ -require uboot-openmoko_svn.bb +require u-boot-openmoko_svn.bb inherit native |