From a00bee6c14e1d2a48faab7ab45723f120f736e62 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 20 Oct 2006 13:14:36 +0000 Subject: glibc 2.5: stage correct sigthreads.h * fixes mysql compilation * spotted by 'nicolasfr' in #oe --- packages/glibc/glibc_2.5.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/glibc/glibc_2.5.bb b/packages/glibc/glibc_2.5.bb index a76f177df1..0afadadb60 100644 --- a/packages/glibc/glibc_2.5.bb +++ b/packages/glibc/glibc_2.5.bb @@ -3,9 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/libc/libc.html" LICENSE = "LGPL" SECTION = "libs" PRIORITY = "required" -PR = "r1" - -DEFAULT_PREFERENCE = "-1" +PR = "r2" # the -isystem in bitbake.conf screws up glibc do_stage BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include" @@ -103,6 +101,7 @@ do_munge() { # quick way to get this cruft to compile rm -rf ${S}/ports/sysdeps/unix/sysv/linux/arm/linuxthreads ln -s nptl ${S}/ports/sysdeps/unix/sysv/linux/arm/linuxthreads + cp ${S}/nptl/sysdeps/pthread/bits/sigthread.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/ cp ${S}/sysdeps/unix/sysv/linux/i386/bits/wchar.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/ cp ${S}/sysdeps/wordsize-32/bits/wordsize.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/ cp ${WORKDIR}/generic-bits_select.h ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/select.h -- cgit v1.2.3 From 5bb1455fda8caed31d997a6e75bd508c14f91c77 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 20 Oct 2006 13:25:48 +0000 Subject: uucp: add 1.07 * something is funky with autotools, so we manually run libtool and configure --- packages/uucp/.mtn2git_empty | 0 packages/uucp/uucp_1.07.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 packages/uucp/.mtn2git_empty create mode 100644 packages/uucp/uucp_1.07.bb (limited to 'packages') diff --git a/packages/uucp/.mtn2git_empty b/packages/uucp/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/uucp/uucp_1.07.bb b/packages/uucp/uucp_1.07.bb new file mode 100644 index 0000000000..948f251e70 --- /dev/null +++ b/packages/uucp/uucp_1.07.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "UUCP is used to transfer mail, news and random files between systems which are not connected by more modern networks. The communication can be made via modems, direct (hard-wired) serial connections or via an IP connection." +LICENSE = "GPLv2" +SECTION = "console" + +inherit autotools + +SRC_URI = "http://ftp.debian.org/debian/pool/main/u/uucp/uucp_1.07.orig.tar.gz" + +do_configure() { + libtoolize --force + oe_runconf +} + + +PACKAGES =+ "cu" +FILES_cu = "${bindir}/cu" -- cgit v1.2.3 From 7f9ed51d99ea040af26c2ea65195f53c236f0344 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Fri, 20 Oct 2006 14:23:14 +0000 Subject: sdcc-native_2.5.0.bb : Fix do_stage. Yes, this really does the right thing. --- packages/sdcc/sdcc-native_2.5.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/sdcc/sdcc-native_2.5.0.bb b/packages/sdcc/sdcc-native_2.5.0.bb index 19c5ad2106..3b41c33930 100644 --- a/packages/sdcc/sdcc-native_2.5.0.bb +++ b/packages/sdcc/sdcc-native_2.5.0.bb @@ -7,6 +7,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-${PV}.tar.gz \ file://gcc4.patch;patch=1" do_stage() { - find bin -type f -perm 0755 -exec install -m 0755 {} ${STAGING_BINDIR} \; + oe_runmake install } +#do_stage() { +# find bin -type f -perm -0755 -exec install -m 0755 {} ${STAGING_BINDIR} \; +#} + -- cgit v1.2.3 From 0df7debd826ce9a3e97ecc740dcca242d993bc7f Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Fri, 20 Oct 2006 16:57:25 +0000 Subject: usrp_0.12.bb : update list of include files that need installing for 0.12. --- packages/usrp/usrp_0.12.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/usrp/usrp_0.12.bb b/packages/usrp/usrp_0.12.bb index a142550526..fcaeebbde4 100644 --- a/packages/usrp/usrp_0.12.bb +++ b/packages/usrp/usrp_0.12.bb @@ -3,6 +3,7 @@ LICENSE = "GPL" HOMEPAGE = "http://comsec.com/wiki?UniversalSoftwareRadioPeripheral" SECTION = "devel" DEPENDS = "swig-native sdcc-native libusb python boost" +RDEPENDS = "python-core" PR = "r0" SRC_URI = "ftp://ftp.gnu.org/gnu/gnuradio/usrp-${PV}.tar.gz \ @@ -17,16 +18,16 @@ export HOST_SYS := "${HOST_SYS}" do_stage () { oe_libinstall -so -C host/lib/.libs/ libusrp ${STAGING_LIBDIR} - install -m 644 host/lib/usrp0.h ${STAGING_INCDIR} install -m 644 host/lib/usrp_basic.h ${STAGING_INCDIR} install -m 644 host/lib/usrp_bytesex.h ${STAGING_INCDIR} install -m 644 host/lib/usrp_config.h ${STAGING_INCDIR} - install -m 644 host/lib/usrp_daughterboards.h ${STAGING_INCDIR} + install -m 644 host/lib/usrp_dbid.h ${STAGING_INCDIR} install -m 644 host/lib/usrp_prims.h ${STAGING_INCDIR} install -m 644 host/lib/usrp_slots.h ${STAGING_INCDIR} install -m 644 host/lib/usrp_standard.h ${STAGING_INCDIR} install -m 644 firmware/include/usrp_i2c_addr.h ${STAGING_INCDIR} + install -m 644 firmware/include/usrp_spi_defs.h ${STAGING_INCDIR} } PACKAGES += "python-pyursp" -- cgit v1.2.3 From d7f711c51fc7c0115f2edf2d69ea10e6b1a2665b Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Fri, 20 Oct 2006 17:31:17 +0000 Subject: initscripts: Add custom checkroot.sh for logicpd-pxa270 init script needs to be looking for /dev/root instead of rootfs to determine if the rootfs has been mounted rw yet. This may be a setup issue in the kernel build, but until we can figure that out, this is the workaround. --- .../initscripts-1.0/logicpd-pxa270/.mtn2git_empty | 0 .../initscripts-1.0/logicpd-pxa270/checkroot.sh | 179 +++++++++++++++++++++ packages/initscripts/initscripts_1.0.bb | 2 +- 3 files changed, 180 insertions(+), 1 deletion(-) create mode 100644 packages/initscripts/initscripts-1.0/logicpd-pxa270/.mtn2git_empty create mode 100644 packages/initscripts/initscripts-1.0/logicpd-pxa270/checkroot.sh (limited to 'packages') diff --git a/packages/initscripts/initscripts-1.0/logicpd-pxa270/.mtn2git_empty b/packages/initscripts/initscripts-1.0/logicpd-pxa270/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/initscripts/initscripts-1.0/logicpd-pxa270/checkroot.sh b/packages/initscripts/initscripts-1.0/logicpd-pxa270/checkroot.sh new file mode 100644 index 0000000000..2a4d2a67a9 --- /dev/null +++ b/packages/initscripts/initscripts-1.0/logicpd-pxa270/checkroot.sh @@ -0,0 +1,179 @@ +# +# checkroot.sh Check to root filesystem. +# +# Version: @(#)checkroot.sh 2.84 25-Jan-2002 miquels@cistron.nl +# + +. /etc/default/rcS + +# +# Set SULOGIN in /etc/default/rcS to yes if you want a sulogin to be spawned +# from this script *before anything else* with a timeout, like SCO does. +# +test "$SULOGIN" = yes && sulogin -t 30 $CONSOLE + +# +# Ensure that bdflush (update) is running before any major I/O is +# performed (the following fsck is a good example of such activity :). +# +test -x /sbin/update && update + +# +# Read /etc/fstab. +# +exec 9>&0 &9 9>&- + + +# +# Activate the swap device(s) in /etc/fstab. This needs to be done +# before fsck, since fsck can be quite memory-hungry. +# +doswap=no +test -d /proc/1 || mount -n /proc + +case "`uname -r`" in + 2.[0123].*) + if test $swap_on_md = yes && grep -qs resync /proc/mdstat + then + test "$VERBOSE" != no && echo "Not activating swap - RAID array resyncing" + else + doswap=yes + fi + ;; + *) + doswap=yes + ;; +esac +if test $doswap = yes +then + test "$VERBOSE" != no && echo "Activating swap" + swapon -a 2> /dev/null +fi + +# +# Check the root filesystem. +# +if test -f /fastboot || test $rootcheck = no +then + test $rootcheck = yes && echo "Fast boot, no filesystem check" +else + # + # Ensure that root is quiescent and read-only before fsck'ing. + # + + mount -n -o remount,ro / + + if test $? = 0 + then + if test -f /forcefsck + then + force="-f" + else + force="" + fi + if test "$FSCKFIX" = yes + then + fix="-y" + else + fix="-a" + fi + spinner="-C" + case "$TERM" in + dumb|network|unknown|"") spinner="" ;; + esac + test `uname -m` = s390 && spinner="" # This should go away + test "$VERBOSE" != no && echo "Checking root filesystem..." + fsck $spinner $force $fix / + # + # If there was a failure, drop into single-user mode. + # + # NOTE: "failure" is defined as exiting with a return code of + # 2 or larger. A return code of 1 indicates that filesystem + # errors were corrected but that the boot may proceed. + # + if test "$?" -gt 1 + then + # Surprise! Re-directing from a HERE document (as in + # "cat << EOF") won't work, because the root is read-only. + echo + echo "fsck failed. Please repair manually and reboot. Please note" + echo "that the root filesystem is currently mounted read-only. To" + echo "remount it read-write:" + echo + echo " # mount -n -o remount,rw /" + echo + echo "CONTROL-D will exit from this shell and REBOOT the system." + echo + # Start a single user shell on the console + /sbin/sulogin $CONSOLE + reboot -f + fi + else + echo "*** ERROR! Cannot fsck root fs because it is not mounted read-only!" + echo + fi +fi + +# +# If the root filesystem was not marked as read-only in /etc/fstab, +# remount the rootfs rw but do not try to change mtab because it +# is on a ro fs until the remount succeeded. Then clean up old mtabs +# and finally write the new mtab. +# This part is only needed if the rootfs was mounted ro. +# + +if [ $(grep "/dev/root" /proc/mounts | awk '{print $4}') = rw ]; then + exit 0 +fi + +echo "Remounting root file system..." +mount -n -o remount,$rootmode / + +if test "$rootmode" = rw +then + if test ! -L /etc/mtab + then + rm -f /etc/mtab~ /etc/nologin + : > /etc/mtab + fi + mount -f -o remount / + mount -f /proc + test "$devfs" && grep -q '^devfs /dev' /proc/mounts && mount -f "$devfs" +fi + +: exit 0 diff --git a/packages/initscripts/initscripts_1.0.bb b/packages/initscripts/initscripts_1.0.bb index c1224b196a..928caae19d 100644 --- a/packages/initscripts/initscripts_1.0.bb +++ b/packages/initscripts/initscripts_1.0.bb @@ -5,7 +5,7 @@ DEPENDS = "makedevs" DEPENDS_openzaurus = "makedevs virtual/kernel" RDEPENDS = "makedevs" LICENSE = "GPL" -PR = "r75" +PR = "r76" SRC_URI = "file://halt \ file://ramdisk \ -- cgit v1.2.3 From ae09e7b3059e2da774d6695d17b17c9513ccd029 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Fri, 20 Oct 2006 19:01:08 +0000 Subject: linux-omap1_2.6.*+git : Ad support for the USB host interface. --- packages/linux/linux-omap1-2.6.18+git/defconfig | 108 +++++++++++++++++++++++- packages/linux/linux-omap1-2.6.x+git/defconfig | 108 +++++++++++++++++++++++- 2 files changed, 212 insertions(+), 4 deletions(-) (limited to 'packages') diff --git a/packages/linux/linux-omap1-2.6.18+git/defconfig b/packages/linux/linux-omap1-2.6.18+git/defconfig index 5edb8f25b1..0fde108d93 100644 --- a/packages/linux/linux-omap1-2.6.18+git/defconfig +++ b/packages/linux/linux-omap1-2.6.18+git/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.18-omap1 -# Wed Sep 27 11:56:19 2006 +# Fri Oct 20 12:49:51 2006 # CONFIG_ARM=y CONFIG_MMU=y @@ -474,6 +474,7 @@ CONFIG_MTD_OMAP_NOR=y CONFIG_BLK_DEV_LOOP=y # CONFIG_BLK_DEV_CRYPTOLOOP is not set # CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_UB is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=8192 @@ -827,6 +828,7 @@ CONFIG_VIDEO_V4L2=y # Digital Video Broadcasting Devices # # CONFIG_DVB is not set +# CONFIG_USB_DABUSB is not set # # Graphics support @@ -888,16 +890,118 @@ CONFIG_LOGO_LINUX_CLUT224=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y # CONFIG_USB_ARCH_HAS_EHCI is not set -# CONFIG_USB is not set +CONFIG_USB=m +# CONFIG_USB_DEBUG is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEVICEFS=y +# CONFIG_USB_BANDWIDTH is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_SUSPEND is not set +# CONFIG_USB_OTG is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_ISP116X_HCD is not set +CONFIG_USB_OHCI_HCD=m +# CONFIG_USB_OHCI_BIG_ENDIAN is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +# CONFIG_USB_SL811_HCD is not set # # Enable Host or Gadget support to see Inventra options # +# CONFIG_USB_MUSB_HDRC is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set # # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' # +# +# may also be needed; see USB_STORAGE Help for more information +# +# CONFIG_USB_STORAGE is not set +# CONFIG_USB_LIBUSUAL is not set + +# +# USB Input Devices +# +# CONFIG_USB_HID is not set + +# +# USB HID Boot Protocol drivers +# +# CONFIG_USB_KBD is not set +# CONFIG_USB_MOUSE is not set +# CONFIG_USB_AIPTEK is not set +# CONFIG_USB_WACOM is not set +# CONFIG_USB_ACECAD is not set +# CONFIG_USB_KBTAB is not set +# CONFIG_USB_POWERMATE is not set +# CONFIG_USB_TOUCHSCREEN is not set +# CONFIG_USB_YEALINK is not set +# CONFIG_USB_XPAD is not set +# CONFIG_USB_ATI_REMOTE is not set +# CONFIG_USB_ATI_REMOTE2 is not set +# CONFIG_USB_KEYSPAN_REMOTE is not set +# CONFIG_USB_APPLETOUCH is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set + +# +# USB Network Adapters +# +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +# CONFIG_USB_USBNET is not set +CONFIG_USB_MON=y + +# +# USB port drivers +# + +# +# USB Serial Converter support +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_AUERSWALD is not set +# CONFIG_USB_RIO500 is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_LED is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_PHIDGETKIT is not set +# CONFIG_USB_PHIDGETSERVO is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TEST is not set + +# +# USB DSL modem support +# + # # USB Gadget Support # diff --git a/packages/linux/linux-omap1-2.6.x+git/defconfig b/packages/linux/linux-omap1-2.6.x+git/defconfig index 5edb8f25b1..0fde108d93 100644 --- a/packages/linux/linux-omap1-2.6.x+git/defconfig +++ b/packages/linux/linux-omap1-2.6.x+git/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.18-omap1 -# Wed Sep 27 11:56:19 2006 +# Fri Oct 20 12:49:51 2006 # CONFIG_ARM=y CONFIG_MMU=y @@ -474,6 +474,7 @@ CONFIG_MTD_OMAP_NOR=y CONFIG_BLK_DEV_LOOP=y # CONFIG_BLK_DEV_CRYPTOLOOP is not set # CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_UB is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=8192 @@ -827,6 +828,7 @@ CONFIG_VIDEO_V4L2=y # Digital Video Broadcasting Devices # # CONFIG_DVB is not set +# CONFIG_USB_DABUSB is not set # # Graphics support @@ -888,16 +890,118 @@ CONFIG_LOGO_LINUX_CLUT224=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y # CONFIG_USB_ARCH_HAS_EHCI is not set -# CONFIG_USB is not set +CONFIG_USB=m +# CONFIG_USB_DEBUG is not set + +# +# Miscellaneous USB options +# +CONFIG_USB_DEVICEFS=y +# CONFIG_USB_BANDWIDTH is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_SUSPEND is not set +# CONFIG_USB_OTG is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_ISP116X_HCD is not set +CONFIG_USB_OHCI_HCD=m +# CONFIG_USB_OHCI_BIG_ENDIAN is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +# CONFIG_USB_SL811_HCD is not set # # Enable Host or Gadget support to see Inventra options # +# CONFIG_USB_MUSB_HDRC is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set # # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' # +# +# may also be needed; see USB_STORAGE Help for more information +# +# CONFIG_USB_STORAGE is not set +# CONFIG_USB_LIBUSUAL is not set + +# +# USB Input Devices +# +# CONFIG_USB_HID is not set + +# +# USB HID Boot Protocol drivers +# +# CONFIG_USB_KBD is not set +# CONFIG_USB_MOUSE is not set +# CONFIG_USB_AIPTEK is not set +# CONFIG_USB_WACOM is not set +# CONFIG_USB_ACECAD is not set +# CONFIG_USB_KBTAB is not set +# CONFIG_USB_POWERMATE is not set +# CONFIG_USB_TOUCHSCREEN is not set +# CONFIG_USB_YEALINK is not set +# CONFIG_USB_XPAD is not set +# CONFIG_USB_ATI_REMOTE is not set +# CONFIG_USB_ATI_REMOTE2 is not set +# CONFIG_USB_KEYSPAN_REMOTE is not set +# CONFIG_USB_APPLETOUCH is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set + +# +# USB Network Adapters +# +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +# CONFIG_USB_USBNET is not set +CONFIG_USB_MON=y + +# +# USB port drivers +# + +# +# USB Serial Converter support +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_AUERSWALD is not set +# CONFIG_USB_RIO500 is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_LED is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_PHIDGETKIT is not set +# CONFIG_USB_PHIDGETSERVO is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TEST is not set + +# +# USB DSL modem support +# + # # USB Gadget Support # -- cgit v1.2.3 From da2a59a265c630e77b61070b5112e8a886d15f61 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Fri, 20 Oct 2006 19:02:13 +0000 Subject: Rename OSSIE packages. --- packages/ossie/channeldemo_svn.bb | 19 ------------------- packages/ossie/gpp-device_svn.bb | 19 ------------------- packages/ossie/nodebooter_svn.bb | 14 -------------- packages/ossie/ossie-channeldemo_svn.bb | 19 +++++++++++++++++++ packages/ossie/ossie-gpp-device_svn.bb | 19 +++++++++++++++++++ packages/ossie/ossie-nodebooter_svn.bb | 14 ++++++++++++++ packages/ossie/ossie-rxdemo_svn.bb | 19 +++++++++++++++++++ packages/ossie/ossie-standardinterfaces_svn.bb | 18 ++++++++++++++++++ packages/ossie/rxdemo.bb | 19 ------------------- packages/ossie/standardinterfaces_svn.bb | 18 ------------------ 10 files changed, 89 insertions(+), 89 deletions(-) delete mode 100644 packages/ossie/channeldemo_svn.bb delete mode 100644 packages/ossie/gpp-device_svn.bb delete mode 100644 packages/ossie/nodebooter_svn.bb create mode 100644 packages/ossie/ossie-channeldemo_svn.bb create mode 100644 packages/ossie/ossie-gpp-device_svn.bb create mode 100644 packages/ossie/ossie-nodebooter_svn.bb create mode 100644 packages/ossie/ossie-rxdemo_svn.bb create mode 100644 packages/ossie/ossie-standardinterfaces_svn.bb delete mode 100644 packages/ossie/rxdemo.bb delete mode 100644 packages/ossie/standardinterfaces_svn.bb (limited to 'packages') diff --git a/packages/ossie/channeldemo_svn.bb b/packages/ossie/channeldemo_svn.bb deleted file mode 100644 index d64464ade7..0000000000 --- a/packages/ossie/channeldemo_svn.bb +++ /dev/null @@ -1,19 +0,0 @@ -PR = "r0" -DESCRIPTION = "OSSIE Demo channel component" -SECTION = "apps" -PRIORITY = "optional" -LICENSE = "GPL" - -DEPENDS = "ossiecf" - -S="${WORKDIR}/ChannelDemo" - - -SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/components/ChannelDemo/trunk;module=ChannelDemo;proto=https" - -prefix="/home/sca" - -inherit autotools - -FILES_${PN} += "/home/sca/xml/ChannelDemo/*.xml" - diff --git a/packages/ossie/gpp-device_svn.bb b/packages/ossie/gpp-device_svn.bb deleted file mode 100644 index dcd58c73c6..0000000000 --- a/packages/ossie/gpp-device_svn.bb +++ /dev/null @@ -1,19 +0,0 @@ -PR = "r0" -DESCRIPTION = "OSSIE General Purpose Processor device" -SECTION = "apps" -PRIORITY = "optional" -MAINTAINER = "Philip Balister philip@balister.org" -LICENSE = "GPL" - -DEPENDS = "ossiecf" - -S="${WORKDIR}/GPP" - -SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/platform/GPP/trunk;module=GPP;proto=https" - -prefix="/home/sca" - -inherit autotools - -FILES_${PN} += "/home/sca/xml/GPP/*xml" - diff --git a/packages/ossie/nodebooter_svn.bb b/packages/ossie/nodebooter_svn.bb deleted file mode 100644 index 34d6041e6c..0000000000 --- a/packages/ossie/nodebooter_svn.bb +++ /dev/null @@ -1,14 +0,0 @@ -PR = "r0" -DESCRIPTION = "OSSIE Node Booter" -SECTION = "apps" -PRIORITY = "optional" -LICENSE = "GPL" - -DEPENDS = "ossiecf" - -S="${WORKDIR}/nodebooter" - -SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/platform/nodebooter/trunk;module=nodebooter;proto=https" - -inherit autotools - diff --git a/packages/ossie/ossie-channeldemo_svn.bb b/packages/ossie/ossie-channeldemo_svn.bb new file mode 100644 index 0000000000..d64464ade7 --- /dev/null +++ b/packages/ossie/ossie-channeldemo_svn.bb @@ -0,0 +1,19 @@ +PR = "r0" +DESCRIPTION = "OSSIE Demo channel component" +SECTION = "apps" +PRIORITY = "optional" +LICENSE = "GPL" + +DEPENDS = "ossiecf" + +S="${WORKDIR}/ChannelDemo" + + +SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/components/ChannelDemo/trunk;module=ChannelDemo;proto=https" + +prefix="/home/sca" + +inherit autotools + +FILES_${PN} += "/home/sca/xml/ChannelDemo/*.xml" + diff --git a/packages/ossie/ossie-gpp-device_svn.bb b/packages/ossie/ossie-gpp-device_svn.bb new file mode 100644 index 0000000000..dcd58c73c6 --- /dev/null +++ b/packages/ossie/ossie-gpp-device_svn.bb @@ -0,0 +1,19 @@ +PR = "r0" +DESCRIPTION = "OSSIE General Purpose Processor device" +SECTION = "apps" +PRIORITY = "optional" +MAINTAINER = "Philip Balister philip@balister.org" +LICENSE = "GPL" + +DEPENDS = "ossiecf" + +S="${WORKDIR}/GPP" + +SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/platform/GPP/trunk;module=GPP;proto=https" + +prefix="/home/sca" + +inherit autotools + +FILES_${PN} += "/home/sca/xml/GPP/*xml" + diff --git a/packages/ossie/ossie-nodebooter_svn.bb b/packages/ossie/ossie-nodebooter_svn.bb new file mode 100644 index 0000000000..34d6041e6c --- /dev/null +++ b/packages/ossie/ossie-nodebooter_svn.bb @@ -0,0 +1,14 @@ +PR = "r0" +DESCRIPTION = "OSSIE Node Booter" +SECTION = "apps" +PRIORITY = "optional" +LICENSE = "GPL" + +DEPENDS = "ossiecf" + +S="${WORKDIR}/nodebooter" + +SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/platform/nodebooter/trunk;module=nodebooter;proto=https" + +inherit autotools + diff --git a/packages/ossie/ossie-rxdemo_svn.bb b/packages/ossie/ossie-rxdemo_svn.bb new file mode 100644 index 0000000000..566397c72e --- /dev/null +++ b/packages/ossie/ossie-rxdemo_svn.bb @@ -0,0 +1,19 @@ +PR = "r0" +DESCRIPTION = "OSSIE Demo receiver component" +SECTION = "apps" +PRIORITY = "optional" +LICENSE = "GPL" + +DEPENDS = "ossiecf" + +S="${WORKDIR}/RxDemo" + + +SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/components/RxDemo/trunk;module=RxDemo;proto=https" + +prefix="/home/sca" + +inherit autotools + +FILES_${PN} += "/home/sca/xml/RxDemo/*.xml" + diff --git a/packages/ossie/ossie-standardinterfaces_svn.bb b/packages/ossie/ossie-standardinterfaces_svn.bb new file mode 100644 index 0000000000..46b85f80ef --- /dev/null +++ b/packages/ossie/ossie-standardinterfaces_svn.bb @@ -0,0 +1,18 @@ +PR = "r0" +DESCRIPTION = "OSSIE Standard port interfaces" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "LGPL" + +DEPENDS = "ossiecf" + +S="${WORKDIR}/standardInterfaces" + +SRCDATE = "now" +SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/standardInterfaces/trunk;module=standardInterfaces;proto=https" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} diff --git a/packages/ossie/rxdemo.bb b/packages/ossie/rxdemo.bb deleted file mode 100644 index 566397c72e..0000000000 --- a/packages/ossie/rxdemo.bb +++ /dev/null @@ -1,19 +0,0 @@ -PR = "r0" -DESCRIPTION = "OSSIE Demo receiver component" -SECTION = "apps" -PRIORITY = "optional" -LICENSE = "GPL" - -DEPENDS = "ossiecf" - -S="${WORKDIR}/RxDemo" - - -SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/components/RxDemo/trunk;module=RxDemo;proto=https" - -prefix="/home/sca" - -inherit autotools - -FILES_${PN} += "/home/sca/xml/RxDemo/*.xml" - diff --git a/packages/ossie/standardinterfaces_svn.bb b/packages/ossie/standardinterfaces_svn.bb deleted file mode 100644 index 46b85f80ef..0000000000 --- a/packages/ossie/standardinterfaces_svn.bb +++ /dev/null @@ -1,18 +0,0 @@ -PR = "r0" -DESCRIPTION = "OSSIE Standard port interfaces" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "LGPL" - -DEPENDS = "ossiecf" - -S="${WORKDIR}/standardInterfaces" - -SRCDATE = "now" -SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/standardInterfaces/trunk;module=standardInterfaces;proto=https" - -inherit autotools pkgconfig - -do_stage () { - autotools_stage_all -} -- cgit v1.2.3