diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/at76c503a/at76c503a-modules/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/at76c503a/at76c503a-modules/makefile.cc.patch | 11 | ||||
-rw-r--r-- | packages/at76c503a/at76c503a-modules_cvs.bb | 7 | ||||
-rw-r--r-- | packages/perl/perl_5.8.7.bb | 10 |
4 files changed, 24 insertions, 4 deletions
diff --git a/packages/at76c503a/at76c503a-modules/.mtn2git_empty b/packages/at76c503a/at76c503a-modules/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/at76c503a/at76c503a-modules/.mtn2git_empty diff --git a/packages/at76c503a/at76c503a-modules/makefile.cc.patch b/packages/at76c503a/at76c503a-modules/makefile.cc.patch new file mode 100644 index 0000000000..c7a41990d3 --- /dev/null +++ b/packages/at76c503a/at76c503a-modules/makefile.cc.patch @@ -0,0 +1,11 @@ +--- at76c503a/Makefile.old 2005-07-29 21:57:34.000000000 +0200 ++++ at76c503a/Makefile 2005-07-29 21:57:43.000000000 +0200 +@@ -9,7 +9,7 @@ + # the License, or (at your option) any later version. + # + +-CC=gcc ++#CC=gcc + + ifneq (,$(KVERS)) + KERNEL_VERSION=$(KVERS) diff --git a/packages/at76c503a/at76c503a-modules_cvs.bb b/packages/at76c503a/at76c503a-modules_cvs.bb index 9673e5fb1b..8f11aeeff3 100644 --- a/packages/at76c503a/at76c503a-modules_cvs.bb +++ b/packages/at76c503a/at76c503a-modules_cvs.bb @@ -1,14 +1,15 @@ SECTION = "base" LICENSE = "GPL" -SRC_URI = "cvs://anonymous@cvs.berlios.de/cvsroot/at76c503a;module=at76c503a" +SRC_URI = "cvs://anonymous@cvs.berlios.de/cvsroot/at76c503a;module=at76c503a \ + file://makefile.cc.patch;patch=1" S = "${WORKDIR}/at76c503a" PR = "r1" PV = "0.0cvs${CVSDATE}" inherit module -MODULES = "at76c503.o at76_usbdfu.o at76c503-i3861.o at76c503-rfmd.o at76c503-rfmd-acc.o \ - at76c505-rfmd.o at76c503-i3863.o at76c505-rfmd2958.o" +MODULES = "at76c503.ko at76_usbdfu.ko at76c503-i3861.ko at76c503-rfmd.ko at76c503-rfmd-acc.ko \ + at76c505-rfmd.ko at76c503-i3863.ko at76c505-rfmd2958.ko" pkg_postinst() { #!/bin/sh diff --git a/packages/perl/perl_5.8.7.bb b/packages/perl/perl_5.8.7.bb index dc457b43ff..16c43cc8e9 100644 --- a/packages/perl/perl_5.8.7.bb +++ b/packages/perl/perl_5.8.7.bb @@ -4,7 +4,7 @@ include perl.inc SRC_URI += "file://config.sh-armeb-linux" -PR = "r4" +PR = "r5" do_configure() { ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl @@ -32,3 +32,11 @@ do_install_append() { ln -s libperl.so.${PV} ${D}/${libdir}/libperl.so.5 } +# Create a perl-modules package depending on all the other perl +# packages (actually the non modules packages too) +# This means creating lots of empty packages too, so its set to only +# openslug for the time beeing +ALLOW_EMPTY_openslug = 1 +PACKAGES_append_openslug = " perl-modules" +RDEPENDS_perl-modules_openslug = "${PACKAGES}" +RPROVIDES_perl-lib_openslug = "perl-lib" |