update-alternatives-cworth: dropped as they are now generated with opkg recipe

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4059 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-03-19 15:36:01 +00:00
parent fe96342d83
commit 44b538eeda
3 changed files with 0 additions and 30 deletions

View File

@@ -1,12 +0,0 @@
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
}

View File

@@ -1,6 +0,0 @@
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"

View File

@@ -1,12 +0,0 @@
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
}