+++ /dev/null
-require update-alternatives-cworth.inc
-inherit native
-
-PROVIDES += "virtual/update-alternatives-native"
-RPROVIDES_${PN} += "update-alternatives-native"
-
-do_stage () {
- install -d ${sbindir} \
- ${libdir}/opkg/alternatives
-
- install -m 0755 update-alternatives ${sbindir}/update-alternatives
-}
+++ /dev/null
-LICENSE = "GPL"
-SECTION = "base"
-SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http"
-S = "${WORKDIR}/opkg"
-PACKAGE_ARCH = "all"
-PR = "r1"
+++ /dev/null
-require update-alternatives-cworth.inc
-
-PROVIDES += "virtual/update-alternatives"
-RPROVIDES_${PN} += "update-alternatives"
-
-do_install () {
- install -d ${D}${sbindir} \
- ${D}${sysconfdir}/alternatives \
- ${D}${libdir}/opkg/alternatives
-
- install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives
-}