diff options
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 2 | ||||
-rwxr-xr-x | contrib/angstrom/build-release.sh | 6 | ||||
-rw-r--r-- | packages/lowpan-utils/lowpan-utils_git.bb | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index d9fac7828e..fc61f985e5 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -181,6 +181,7 @@ do lighttpd \ links-x11 \ lirc \ + lowpan-utils \ m4 \ madplay \ mahjongg \ @@ -299,6 +300,7 @@ do w3cat \ wifi-radar \ win4 \ + wireshark \ wpa-gui \ wt \ x11vnc \ diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 0353309bd3..62d4e1ec0c 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -60,7 +60,7 @@ done # No graphics -for machine in dns323 mv2120 kuropro lspro tsx09 ts409 gumstix-connex gumstix-verdex efika dht-walnut omap5912osk +for machine in dns323 mv2120 kuropro lspro tsx09 ts409 gumstix-connex gumstix-verdex efika dht-walnut omap5912osk afeb9260 do BUILD_MACHINE=$machine BUILD_CLEAN="base-files" @@ -86,7 +86,7 @@ done # graphics, flash storage -for machine in overo omap3-pandora beagleboard omap3evm om-gta01 om-gta02 a780 at91sam9263ek qemuarm qemux86 h2200 h3900 h4000 h5000 poodle tosa hx4700 c7x0 spitz akita collie simpad +for machine in overo omap3-pandora beagleboard omap3evm om-gta01 om-gta02 a780 at91sam9263ek qemuarm qemux86 h2200 h3900 h4000 h5000 poodle tosa hx4700 c7x0 spitz akita collie simpad palmz72 do BUILD_CLEAN="base-files" BUILD_MACHINE=$machine @@ -120,7 +120,7 @@ do done # Opie -for machine in h2200 h3900 h4000 h5000 hx4700 htcuniversal akita c7x0 collie poodle spitz tosa simpad +for machine in h2200 h3900 h4000 h5000 hx4700 htcuniversal akita c7x0 collie poodle spitz tosa simpad palmz72 do BUILD_CLEAN="base-files" BUILD_MACHINE=$machine diff --git a/packages/lowpan-utils/lowpan-utils_git.bb b/packages/lowpan-utils/lowpan-utils_git.bb index d93b788f45..89a5e438ab 100644 --- a/packages/lowpan-utils/lowpan-utils_git.bb +++ b/packages/lowpan-utils/lowpan-utils_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SRCREV = "master" SRC_URI = "git://github.com/lumag/lowpan-utils.git;protocol=git" DEPENDS = "libnl bison-native flex-native" -PR = "r3" +PR = "r4" S = "${WORKDIR}/git" PACKAGES += "${PN}-tests-dbg" @@ -11,7 +11,7 @@ PACKAGES += "${PN}-tests" FILES_${PN} = "${sbindir}/iz ${sbindir}/izconfig \ ${bindir}/izchat ${bindir}/izlisten ${sbindir}/izcoordinator \ ${sbindir}/izattach" -FILES_${PN}-tests = "${libexecdir}/zigbee ${libdir}/python2.5/site-packages/test_DQ.py" +FILES_${PN}-tests = "${libexecdir}/zigbee ${libdir}/python*/site-packages" FILES_${PN}-tests-dbg = "${libexecdir}/zigbee/.debug" inherit autotools |