opkg-native_svn.bb : opkg native version for brave people who want
authorGraeme Gregory <dp@xora.org.uk>
Tue, 5 Feb 2008 12:21:55 +0000 (12:21 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 5 Feb 2008 12:21:55 +0000 (12:21 +0000)
to try and build images with opkg.

conf/distro/include/insane-srcrevs.inc
conf/distro/include/sane-srcrevs.inc
packages/opkg/opkg-native_svn.bb [new file with mode: 0644]

index 249fa0e..0f7e82e 100644 (file)
@@ -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}"
index f588179..f46c954 100644 (file)
@@ -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 (file)
index 0000000..2215a57
--- /dev/null
@@ -0,0 +1,8 @@
+require opkg_svn.bb
+
+target_libdir := "${libdir}"
+
+inherit native
+
+EXTRA_OECONF += "--with-opkglibdir=${target_libdir}/opkg -disable-gpg"
+