From: Graeme Gregory Date: Tue, 5 Feb 2008 12:21:55 +0000 (+0000) Subject: opkg-native_svn.bb : opkg native version for brave people who want X-Git-Tag: Release-2010-05/1~7755 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafc19e52f4331103d00fcd33fa425168137ce27;p=openembedded.git opkg-native_svn.bb : opkg native version for brave people who want to try and build images with opkg. --- 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" +