opkg-collateral: Update new options sample and move the opkg.conf to correct place
New stuff:
Moving opkg to http://code.google.com/p/opkg/
apply patch of opkg_wget.patch and adding new configuration
disable the noise message of nogpg
enhance the data structure of void_list
remove all the malloc to calloc
enhance the algorithm of checking out of date files.
adding option check_signature (default is disable)
SRCREV_pn-openmoko-worldclock2 ?= "3365"
SRCREV_pn-openocd ?= "517"
SRCREV_pn-openocd-native ?= "517"
-SRCREV_pn-opkg ?= "4838"
-SRCREV_pn-opkg-native ?= "4755"
-SRCREV_pn-opkg-sdk ?= "4755"
+SRCREV_pn-opkg ?= "194"
+SRCREV_pn-opkg-native ?= "194"
+SRCREV_pn-opkg-sdk ?= "192"
SRCREV_pn-opkg-utils ?= "4578"
SRCREV_pn-opkg-utils-native ?= "4595"
SRCREV_pn-oprofileui ?= "173"
DESCRIPTION = "opkg configuration files"
SECTION = "base"
LICENSE = "MIT"
+PR = 1
SRC_URI = "file://opkg.conf.comments \
file://lists \
}
do_install () {
- install -d ${D}${sysconfdir}/
- install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg.conf
+ install -d ${D}${sysconfdir}/opkg
+ install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf
}
-CONFFILES_${PN} = "${sysconfdir}/opkg.conf"
+CONFFILES_${PN} = "${sysconfdir}/opkg/opkg.conf"
#option proxy_username <username>
#option proxy_password <password>
+# Enable GPGME signature
+# option check_signature 1
+
# Offline mode (for use in constructing flash images offline)
#option offline_root target
DEPENDS = ""
PROVIDES += "opkg"
-SRC_URI += "file://opkg_wget.patch;patch=1 \
- file://reduce-nogpg-noise.patch;patch=1 \
- file://opkg_wget_nogpg_01_use_vfork_gunzip.patch;patch=1 \
+SRC_URI += "file://opkg_wget_nogpg_01_use_vfork_gunzip.patch;patch=1 \
file://opkg_wget_nogpg_02_use_vfork_system.patch;patch=1 \
file://opkg_wget_nogpg_03_fix_tmpdirs.patch;patch=1 \
"
SRCREV = "${SRCREV_pn-opkg}"
-EXTRA_OECONF += "--disable-gpg --enable-static --disable-shared"
+EXTRA_OECONF += "--disable-gpg --disable-curl --enable-static --disable-shared"
# The nogpg version isn't getting much love and has an unused variable which trips up -Werror
do_configure_prepend() {
DEPENDS = "curl"
PROVIDES += "opkg"
-SRC_URI += "file://reduce-nogpg-noise.patch;patch=1"
PR = "r1"
SRCREV = "${SRCREV_pn-opkg}"
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "curl gpgme"
-PV = "0.1.4+svnr${SRCREV}"
+PV = "0.1.6+svnr${SRCREV}"
-SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \
- file://fix_endianness.patch;patch=1;maxrev=4246"
-S = "${WORKDIR}/opkg"
+SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http"
+S = "${WORKDIR}/trunk"
inherit autotools pkgconfig