summaryrefslogtreecommitdiffstats
path: root/meta/packages/update-alternatives
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-19 15:36:01 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-19 15:36:01 +0000
commit44b538eedab7c255051fa3375f9f2439cd2db3dd (patch)
tree356bfd5568b3f55c8c338d7dccb6d286a1e2fd23 /meta/packages/update-alternatives
parentfe96342d834d1e58f5b2f29cb8760506a53c967d (diff)
downloadpoky-44b538eedab7c255051fa3375f9f2439cd2db3dd.tar.gz
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
Diffstat (limited to 'meta/packages/update-alternatives')
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb12
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth.inc6
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb12
3 files changed, 0 insertions, 30 deletions
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb b/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
deleted file mode 100644
index b20dab18f1..0000000000
--- a/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1require update-alternatives-cworth.inc
2inherit native
3
4PROVIDES += "virtual/update-alternatives-native"
5RPROVIDES_${PN} += "update-alternatives-native"
6
7do_stage () {
8 install -d ${sbindir} \
9 ${libdir}/opkg/alternatives
10
11 install -m 0755 update-alternatives ${sbindir}/update-alternatives
12}
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth.inc b/meta/packages/update-alternatives/update-alternatives-cworth.inc
deleted file mode 100644
index 78d890e6de..0000000000
--- a/meta/packages/update-alternatives/update-alternatives-cworth.inc
+++ /dev/null
@@ -1,6 +0,0 @@
1LICENSE = "GPL"
2SECTION = "base"
3SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http"
4S = "${WORKDIR}/opkg"
5PACKAGE_ARCH = "all"
6PR = "r1"
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb b/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
deleted file mode 100644
index 82700f0f95..0000000000
--- a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1require update-alternatives-cworth.inc
2
3PROVIDES += "virtual/update-alternatives"
4RPROVIDES_${PN} += "update-alternatives"
5
6do_install () {
7 install -d ${D}${sbindir} \
8 ${D}${sysconfdir}/alternatives \
9 ${D}${libdir}/opkg/alternatives
10
11 install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives
12}