aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-02-05 12:21:55 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-02-05 12:21:55 +0000
commitaafc19e52f4331103d00fcd33fa425168137ce27 (patch)
tree7e18c14e3756d9d1be703d6268dac8bfec604795
parent5cc306304e3cdf45208f8360261ad84c3221ed99 (diff)
downloadopenembedded-aafc19e52f4331103d00fcd33fa425168137ce27.tar.gz
opkg-native_svn.bb : opkg native version for brave people who want
to try and build images with opkg.
-rw-r--r--conf/distro/include/insane-srcrevs.inc1
-rw-r--r--conf/distro/include/sane-srcrevs.inc3
-rw-r--r--packages/opkg/opkg-native_svn.bb8
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"
+