diff options
-rw-r--r-- | conf/distro/include/insane-srcrevs.inc | 1 | ||||
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 3 | ||||
-rw-r--r-- | packages/opkg/opkg-native_svn.bb | 8 |
3 files changed, 11 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" diff --git a/packages/opkg/opkg-native_svn.bb b/packages/opkg/opkg-native_svn.bb new file mode 100644 index 0000000000..2215a5798c --- /dev/null +++ b/packages/opkg/opkg-native_svn.bb @@ -0,0 +1,8 @@ +require opkg_svn.bb + +target_libdir := "${libdir}" + +inherit native + +EXTRA_OECONF += "--with-opkglibdir=${target_libdir}/opkg -disable-gpg" + |