diff options
| author | Chris Larson <clarson@kergoth.com> | 2003-12-03 04:22:15 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2003-12-03 04:22:15 +0000 |
| commit | 4e62832980e7c7f1d205e67c6db89dcdff200b6b (patch) | |
| tree | 8a48d25578735621192b1edad8cf246818b7585b | |
| parent | b79d37952fe99f5821686e1810a036d25d07ab0d (diff) | |
Remove unnecessary sets of the S variable, we have a sane default for that now.
BKrev: 3fcd64f7p2VYsNYNbFnMtPYuY-5tZQ
63 files changed, 422 insertions, 35 deletions
diff --git a/acpid/acpid_1.0.2.oe b/acpid/acpid_1.0.2.oe index 7b962dbed0..7a163c09e5 100644 --- a/acpid/acpid_1.0.2.oe +++ b/acpid/acpid_1.0.2.oe @@ -1,7 +1,6 @@ DEPENDS = virtual/libc SRC_URI := ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz -S := ${WORKDIR}/${P} EXTRA_OEMAKE= do_compile () { diff --git a/autoconf/autoconf_2.57.oe b/autoconf/autoconf_2.57.oe index ce998e2e15..ba1e6de8fb 100644 --- a/autoconf/autoconf_2.57.oe +++ b/autoconf/autoconf_2.57.oe @@ -1,5 +1,4 @@ SRC_URI := ${GNU_MIRROR}/autoconf/autoconf-2.57.tar.bz2 \ file://${FILESDIR}/program_prefix.patch;patch=1 -S := ${WORKDIR}/${P} inherit autotools diff --git a/automake/automake_1.7.7.oe b/automake/automake_1.7.7.oe index 49bb29ef09..1d67d318a4 100644 --- a/automake/automake_1.7.7.oe +++ b/automake/automake_1.7.7.oe @@ -1,5 +1,4 @@ SRC_URI := ${GNU_MIRROR}/automake/automake-1.7.7.tar.bz2 -S := ${WORKDIR}/${P} inherit autotools diff --git a/avr-libc/avr-libc_1.0.oe b/avr-libc/avr-libc_1.0.oe index 13476bb956..97416c6e43 100644 --- a/avr-libc/avr-libc_1.0.oe +++ b/avr-libc/avr-libc_1.0.oe @@ -2,7 +2,6 @@ PROVIDES = virtual/libc SRC_URI := http://savannah.nongnu.org/download/avr-libc/released/SOURCES/avr-libc-1.0.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 -S := ${WORKDIR}/${P} B := ${WORKDIR}/build.${BUILD_SYS}.${TARGET_SYS} inherit autotools diff --git a/base-files/base-files_3.0.12.oe b/base-files/base-files_3.0.12.oe index 98b001a38b..55478e99c2 100644 --- a/base-files/base-files_3.0.12.oe +++ b/base-files/base-files_3.0.12.oe @@ -1,5 +1,4 @@ SRC_URI := ${DEBIAN_MIRROR}/main/b/base-files/base-files_3.0.12.tar.gz -S := ${WORKDIR}/${P} docdir_append=/${P} do_install () { diff --git a/base-passwd/base-passwd_3.5.4.oe b/base-passwd/base-passwd_3.5.4.oe index afe0972dd6..adbd96dcce 100644 --- a/base-passwd/base-passwd_3.5.4.oe +++ b/base-passwd/base-passwd_3.5.4.oe @@ -4,7 +4,6 @@ RDEPENDS = libc6 SRC_URI := ${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_3.5.4.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 \ file://${FILESDIR}/nobash.patch;patch=1 -S := ${WORKDIR}/${P} inherit autotools diff --git a/bluez-hcidump/bluez-hcidump_1.5.oe b/bluez-hcidump/bluez-hcidump_1.5.oe index aa8f25f932..3b96961fdd 100644 --- a/bluez-hcidump/bluez-hcidump_1.5.oe +++ b/bluez-hcidump/bluez-hcidump_1.5.oe @@ -6,7 +6,6 @@ DEPENDS=virtual/libc virtual/libbluetooth SRC_URI = http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 -S=${WORKDIR}/${P} EXTRA_OECONF:="--with-bluez-libs=${STAGING_DIR}/target" diff --git a/bluez-libs/bluez-libs_2.4.oe b/bluez-libs/bluez-libs_2.4.oe index 6b54785371..96b6de73b2 100644 --- a/bluez-libs/bluez-libs_2.4.oe +++ b/bluez-libs/bluez-libs_2.4.oe @@ -6,7 +6,6 @@ DEPENDS=virtual/libc PROVIDES=virtual/libbluetooth SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" -S=${WORKDIR}/${P} inherit autotools libtool diff --git a/bluez-pan/bluez-pan_1.1.oe b/bluez-pan/bluez-pan_1.1.oe index dece88f1c7..0d1a47d2e5 100644 --- a/bluez-pan/bluez-pan_1.1.oe +++ b/bluez-pan/bluez-pan_1.1.oe @@ -5,7 +5,6 @@ SECTION="libs" DEPENDS=virtual/libc virtual/libbluetooth virtual/libsdp SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" -S=${WORKDIR}/${P} EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_DIR}/target/include --with-sdp-libs=${STAGING_LIBDIR} --with-sdp-includes=${STAGING_DIR}/target/include" diff --git a/bluez-sdp/bluez-sdp_1.5.oe b/bluez-sdp/bluez-sdp_1.5.oe index f9e6a3fb87..6c37422143 100644 --- a/bluez-sdp/bluez-sdp_1.5.oe +++ b/bluez-sdp/bluez-sdp_1.5.oe @@ -6,7 +6,6 @@ DEPENDS=virtual/libc virtual/libbluetooth PROVIDES=virtual/libsdp SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" -S=${WORKDIR}/${P} EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_DIR}/target/include" LDFLAGS_prepend = "-L${S}/libs " diff --git a/bootmenu/bootmenu_0.6.oe b/bootmenu/bootmenu_0.6.oe index e69de29bb2..3faac47016 100644 --- a/bootmenu/bootmenu_0.6.oe +++ b/bootmenu/bootmenu_0.6.oe @@ -0,0 +1,16 @@ +DEPENDS = virtual/libc + +SRC_URI := http://www.cosmicpenguin.net/pub/bootmenu/${P}.tar.gz \ + file://${FILESDIR}/compile.patch;patch=1 + +EXTRA_OEMAKE = + +do_compile () { + cd src + oe_runmake 'CC=${CC}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}' +} + +do_install () { + cd src + oe_runmake 'PLUGINDIR=${datadir}/bootmenu' 'PREFIX=${bindir}' 'DESTDIR=${D}' install +} diff --git a/btscanner/btscanner_1.0.oe b/btscanner/btscanner_1.0.oe index e69de29bb2..3948b9705c 100644 --- a/btscanner/btscanner_1.0.oe +++ b/btscanner/btscanner_1.0.oe @@ -0,0 +1,11 @@ +SECTION="libs" +PRIORITY="optional" +RDEPENDS="libc6" +SECTION="libs" +DEPENDS=virtual/libc virtual/libbluetooth virtual/libsdp virtual/libgdbm + +SRC_URI = http://www.pentest.co.uk/src/${PN}-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools + diff --git a/bvi/bvi_1.3.1.oe b/bvi/bvi_1.3.1.oe index e69de29bb2..ad3e0d8c9a 100644 --- a/bvi/bvi_1.3.1.oe +++ b/bvi/bvi_1.3.1.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI = ${SOURCEFORGE_MIRROR}/bvi/bvi-1.3.1.src.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/compile.patch;patch=1 + +inherit autotools diff --git a/ccache/ccache_2.3.oe b/ccache/ccache_2.3.oe index e69de29bb2..7ff0c07e71 100644 --- a/ccache/ccache_2.3.oe +++ b/ccache/ccache_2.3.oe @@ -0,0 +1,6 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := http://ccache.samba.org/ftp/ccache/ccache-2.3.tar.gz + +inherit autotools diff --git a/cflow/cflow_2.0.oe b/cflow/cflow_2.0.oe index e69de29bb2..4f8b3b674b 100644 --- a/cflow/cflow_2.0.oe +++ b/cflow/cflow_2.0.oe @@ -0,0 +1,9 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = http://www.ibiblio.org/pub/Linux/devel/lang/c/cflow-2.0.tar.gz + +do_install () { + install -d ${D}/${bindir} + oe_runmake 'PREFIX=${D}' 'BINDIR=${D}/${bindir}' install +} diff --git a/console-tools/console-tools_0.3.2.oe b/console-tools/console-tools_0.3.2.oe index 358df146de..15c7a2cdb3 100644 --- a/console-tools/console-tools_0.3.2.oe +++ b/console-tools/console-tools_0.3.2.oe @@ -4,7 +4,6 @@ RDEPENDS = libc6 SRC_URI := ${SOURCEFORGE_MIRROR}/lct/console-tools-0.3.2.tar.gz \ file://${FILESDIR}/codepage.patch;patch=1 \ file://${FILESDIR}/configure.patch;patch=1 -S := ${WORKDIR}/${P} export SUBDIRS='fontfiletools vttools kbdtools screenfonttools contrib \ examples po intl compat' diff --git a/coreutils/coreutils_5.0.oe b/coreutils/coreutils_5.0.oe index b188928e46..223d85bfc9 100644 --- a/coreutils/coreutils_5.0.oe +++ b/coreutils/coreutils_5.0.oe @@ -4,6 +4,5 @@ RDEPENDS = libc6 SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \ file://${FILESDIR}/malloc.patch;patch=1 \ file://${FILESDIR}/configure.patch;patch=1 -S = ${WORKDIR}/${P} inherit autotools diff --git a/corkscrew/corkscrew_2.0.oe b/corkscrew/corkscrew_2.0.oe index 612c6fee68..194ed234fc 100644 --- a/corkscrew/corkscrew_2.0.oe +++ b/corkscrew/corkscrew_2.0.oe @@ -1,5 +1,4 @@ SRC_URI := http://www.agroman.net/${PN}/${P}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 -S := ${WORKDIR}/${P} inherit autotools diff --git a/cscope/cscope_15.4.oe b/cscope/cscope_15.4.oe index 88ed7c2e55..4e6d77d490 100644 --- a/cscope/cscope_15.4.oe +++ b/cscope/cscope_15.4.oe @@ -3,7 +3,6 @@ RDEPENDS = libc6 libncurses SRC_URI := ${SOURCEFORGE_MIRROR}/cscope/cscope-15.4.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 -S := ${WORKDIR}/${P} inherit autotools diff --git a/cvs/cvs_1.11.6.oe b/cvs/cvs_1.11.6.oe index e8cb286eea..ece1b60d91 100644 --- a/cvs/cvs_1.11.6.oe +++ b/cvs/cvs_1.11.6.oe @@ -2,6 +2,5 @@ DEPENDS = virtual/libc RDEPENDS = libc6 SRC_URI := http://www.cvshome.org/files/19/10/${P}.tar.bz2 -S := ${WORKDIR}/${P} inherit autotools diff --git a/cvs/cvs_1.11.9.oe b/cvs/cvs_1.11.9.oe index e69de29bb2..ece1b60d91 100644 --- a/cvs/cvs_1.11.9.oe +++ b/cvs/cvs_1.11.9.oe @@ -0,0 +1,6 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := http://www.cvshome.org/files/19/10/${P}.tar.bz2 + +inherit autotools diff --git a/diffutils/diffutils_2.8.1.oe b/diffutils/diffutils_2.8.1.oe index e69de29bb2..7b56764a39 100644 --- a/diffutils/diffutils_2.8.1.oe +++ b/diffutils/diffutils_2.8.1.oe @@ -0,0 +1,6 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz + +inherit autotools diff --git a/distcc/distcc_2.11.oe b/distcc/distcc_2.11.oe index e69de29bb2..4822ade430 100644 --- a/distcc/distcc_2.11.oe +++ b/distcc/distcc_2.11.oe @@ -0,0 +1,6 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := http://distcc.samba.org/ftp/distcc/distcc-2.11.tar.bz2 + +inherit autotools diff --git a/fakeroot/fakeroot_0.7.8.oe b/fakeroot/fakeroot_0.7.8.oe index fad2bcdd95..91ea11c7ba 100644 --- a/fakeroot/fakeroot_0.7.8.oe +++ b/fakeroot/fakeroot_0.7.8.oe @@ -1,4 +1,3 @@ SRC_URI := ${DEBIAN_MIRROR}/main/f/fakeroot/${PN}_${PV}.tar.gz -S = ${WORKDIR}/${P} inherit autotools libtool diff --git a/fbgetty/fbgetty_0.1.698.oe b/fbgetty/fbgetty_0.1.698.oe index e69de29bb2..a7de4a5b14 100644 --- a/fbgetty/fbgetty_0.1.698.oe +++ b/fbgetty/fbgetty_0.1.698.oe @@ -0,0 +1,5 @@ +SRC_URI := http://fbgetty.meuh.eu.org/downloads/${P}.tar.gz \ + file://${FILESDIR}/compile.patch;patch=1 +B := ${WORKDIR}/build.${HOST_SYS}.${TARGET_SYS} + +inherit autotools diff --git a/fbi/fbi_1.22.oe b/fbi/fbi_1.22.oe index 019e64d773..2ccfd0e415 100644 --- a/fbi/fbi_1.22.oe +++ b/fbi/fbi_1.22.oe @@ -2,7 +2,6 @@ DEPENDS = virtual/libc jpeg SRC_URI := http://bytesex.org/misc/fbi_1.22.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 -S := ${WORKDIR}/${P} inherit autotools diff --git a/findutils/findutils_4.1.20.oe b/findutils/findutils_4.1.20.oe index 6e750c88a2..9c88ef920e 100644 --- a/findutils/findutils_4.1.20.oe +++ b/findutils/findutils_4.1.20.oe @@ -4,6 +4,5 @@ RDEPENDS = libc6 SRC_URI := ftp://alpha.gnu.org/gnu/findutils/findutils-4.1.20.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 \ file://${FILESDIR}/m4.patch;patch=1 -S := ${WORKDIR}/${P} inherit autotools diff --git a/frotz/frotz_2.42.oe b/frotz/frotz_2.42.oe index e69de29bb2..b133d33173 100644 --- a/frotz/frotz_2.42.oe +++ b/frotz/frotz_2.42.oe @@ -0,0 +1,20 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 ncurses5 + +SRC_URI = http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz + +do_configure() { + patch -N ${s}/ux_init.c < remove_root_restriction.patch || : + rm -f ${SourceTree}/frotz.conf +} + + +EXTRA_OEMAKE=CC="${CC}" INCL="${CFLAGS}" LIB="${LDFLAGS}" PREFIX=/usr CONFIG_DIR=/etc +do_compile() { + oe_runmake frotz + sed 's/^[a-z]/#&/' frotz.conf-big > frotz.conf; +} + +do_install() { + oe_runmake PREFIX=${D}/usr MAN_PREFIX=${D}/usr install +} diff --git a/gawk/gawk_3.0.4.oe b/gawk/gawk_3.0.4.oe index 3b4d90d03e..4690c154b6 100644 --- a/gawk/gawk_3.0.4.oe +++ b/gawk/gawk_3.0.4.oe @@ -3,7 +3,6 @@ RDEPENDS = libc6 SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 -S = ${WORKDIR}/${P} inherit autotools diff --git a/gdbm/gdbm_1.8.3.oe b/gdbm/gdbm_1.8.3.oe index e69de29bb2..aa20ad3a2f 100644 --- a/gdbm/gdbm_1.8.3.oe +++ b/gdbm/gdbm_1.8.3.oe @@ -0,0 +1,18 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 +PROVIDES = virtual/libgdbm +SECTION = libs + +SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \ + file://${FILESDIR}/makefile.patch;patch=1 + +inherit autotools libtool + +do_stage () { + install -m 0755 .libs/libgdbm.so.3.0.0 ${STAGING_LIBDIR}/ + install -m 0644 .libs/libgdbm.a ${STAGING_LIBDIR}/ + install -m 0644 gdbm.h ${STAGING_DIR}/target/include/ + ln -sf ${STAGING_LIBDIR}/libgdbm.so.3.0.0 ${STAGING_LIBDIR}/libgdbm.so.3 + ln -sf ${STAGING_LIBDIR}/libgdbm.so.3.0.0 ${STAGING_LIBDIR}/libgdbm.so +} + diff --git a/gpm/gpm_1.20.1.oe b/gpm/gpm_1.20.1.oe index 4e278ee4a7..fe1e49d2bd 100644 --- a/gpm/gpm_1.20.1.oe +++ b/gpm/gpm_1.20.1.oe @@ -3,7 +3,6 @@ RDEPENDS = libc6 ncurses SRC_URI = ftp://arcana.linux.it/pub/gpm/gpm-1.20.1.tar.bz2 \ file://${FILESDIR}/configure.patch;patch=1 -S = ${WORKDIR}/${P} inherit autotools diff --git a/ifupdown-roam/ifupdown-roam_0.59.oe b/ifupdown-roam/ifupdown-roam_0.59.oe index e69de29bb2..8c66bf1bc2 100644 --- a/ifupdown-roam/ifupdown-roam_0.59.oe +++ b/ifupdown-roam/ifupdown-roam_0.59.oe @@ -0,0 +1,11 @@ +SECTION = net +PRIORITY = extra +DESCRIPTION = Roaming enhancements for ifupdown +RDEPENDS = ifupdown + +SRC_URI := http://openembedded.org/download/ifupdown-roam-0.59.tar.bz2 + +do_install () { + install -d ${D} + cp -a ${S}/* ${D}/ +} diff --git a/ifupdown/ifupdown_0.6.4.oe b/ifupdown/ifupdown_0.6.4.oe index e69de29bb2..cfa6474bbf 100644 --- a/ifupdown/ifupdown_0.6.4.oe +++ b/ifupdown/ifupdown_0.6.4.oe @@ -0,0 +1,29 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 +DESCRIPTION = High level tools to configure network interfaces\ + This package provides the tools ifup and ifdown which may be used to\ + configure (or, respectively, deconfigure) network interfaces, based on\ + the file /etc/network/interfaces. + +SRC_URI = ${DEBIAN_MIRROR}/main/i/${PN}/${PN}_${PV}.orig.tar.gz \ + ${DEBIAN_MIRROR}/main/i/${PN}/${PN}_${PV}-4.6.diff.gz;patch=1 \ + file://${FILESDIR}/busybox.patch;patch=1 \ + file://${FILESDIR}/udhcpc.patch;patch=1 \ + file://${FILESDIR}/zeroconf.patch;patch=1 + +EXTRA_OEMAKE = + +do_compile () { + chmod a+rx *.pl *.sh + oe_runmake 'CC=${CC}' "CFLAGS=${CFLAGS} -Wall -W -D'IFUPDOWN_VERSION=\"0.6.4\"'" +} + +do_install () { + install -d ${D}/etc/init.d \ + ${D}/etc/network \ + ${D}/sbin + install -m 0755 ifup ${D}/sbin/ + ln ${D}/sbin/ifup ${D}/sbin/ifdown + install -m 0644 ${FILESDIR}/init ${D}/etc/init.d/networking + install -m 0644 ${FILESDIR}/interfaces ${D}/etc/network/interfaces +} diff --git a/irda-utils/irda-utils_0.9.15.oe b/irda-utils/irda-utils_0.9.15.oe index e2e90c8192..0a314164e0 100644 --- a/irda-utils/irda-utils_0.9.15.oe +++ b/irda-utils/irda-utils_0.9.15.oe @@ -6,7 +6,6 @@ DESCRIPTION = Provides common files needed to use IrDA.\ SRC_URI = ${SOURCEFORGE_MIRROR}/irda/${P}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 -S = ${WORKDIR}/${P} inherit autotools libtool diff --git a/less/less_381.oe b/less/less_381.oe index de2c7f68fe..8d01ac9a26 100644 --- a/less/less_381.oe +++ b/less/less_381.oe @@ -3,7 +3,6 @@ RDEPENDS = libc6 libncurses5 SRC_URI := ${GNU_MIRROR}/less/less-381.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 -S := ${WORKDIR}/${P} inherit autotools diff --git a/libgcrypt/libgcrypt_1.1.12.oe b/libgcrypt/libgcrypt_1.1.12.oe index e69de29bb2..fa6f246b70 100644 --- a/libgcrypt/libgcrypt_1.1.12.oe +++ b/libgcrypt/libgcrypt_1.1.12.oe @@ -0,0 +1,26 @@ +SECTION="libs" +PRIORITY="optional" +RDEPENDS="libc6" +SECTION="libs" +DEPENDS=virtual/libc +PROVIDES=virtual/libgcrypt + +SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/${PN}-${PV}.tar.gz" + +inherit autotools libtool + +do_stage () { + install -m 0644 src/.libs/libgcrypt.a ${STAGING_LIBDIR}/ + install -m 0755 src/.libs/libgcrypt.so.1.5.1 ${STAGING_LIBDIR}/ + + ln -sf ${STAGING_LIBDIR}/libgcrypt.so.1.5.1 ${STAGING_LIBDIR}/libgcrypt.so.1.5 + ln -sf ${STAGING_LIBDIR}/libgcrypt.so.1.5.1 ${STAGING_LIBDIR}/libgcrypt.so.1 + ln -sf ${STAGING_LIBDIR}/libgcrypt.so.1.5.1 ${STAGING_LIBDIR}/libgcrypt.so + + install -d ${STAGING_DIR}/target/include/ + for X in gcrypt.h + do + install -m 0644 src/${X} ${STAGING_DIR}/target/include/${X} + done + +} diff --git a/libpng/libpng_1.2.5.oe b/libpng/libpng_1.2.5.oe index e69de29bb2..c0a89a20d5 100644 --- a/libpng/libpng_1.2.5.oe +++ b/libpng/libpng_1.2.5.oe @@ -0,0 +1,39 @@ +DESCRIPTION="PNG Library" |
