Skip to content

Commit

Permalink
update Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
mkegelei committed Jan 10, 2024
1 parent 6309610 commit c0105ed
Show file tree
Hide file tree
Showing 9 changed files with 153 additions and 153 deletions.
296 changes: 148 additions & 148 deletions poky/bitbake/lib/bb/pysh/pyshtables.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion poky/meta-epuck/recipes-argos/argos3-epuck/argos3-epuck.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "argos3-epuck installation"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2a32bd8ca7115ec304c8e0dd15748e29"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=0d87dc8d54de5bc6ebf8bc2977398756"

DEPENDS = "argos3"
inherit cmake
Expand Down
2 changes: 1 addition & 1 deletion poky/meta-epuck/recipes-argos/argos3/argos3.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "argos3 installation"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://doc/ARGoS_LICENSE.txt;md5=d2f7436c6037ffe0d43f9361957fa5a1"
LIC_FILES_CHKSUM = "file://../doc/ARGoS_LICENSE.txt;md5=a1f9fe093c34486e45d07b2d33fb5325"

#DEPENDS += "lua"
#DEPENDS += "asciidoc"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "ROS interface controller installation"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7c1b8e0e670d3d0908d5bbc329198ed7"
LIC_FILES_CHKSUM = "file://LICENSE;md5=77f719528c8e739b3940a5574b90f6f9"

inherit ros_distro_melodic
inherit ros_superflore_generated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
DESCRIPTION = "Template controller"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7c1b8e0e670d3d0908d5bbc329198ed7"
LIC_FILES_CHKSUM = "file://LICENSE;md5=77f719528c8e739b3940a5574b90f6f9"

DEPENDS = "argos3-epuck"

SRC_URI = "file://template-controller"

S = "${WORKDIR}/template-controller"

EXTRA_OECMAKE = "-DARGOS_BUILD_FOR=epuck -DARGOS_INCLUDE_DIRS=${STAGING_DIR_HOST}/usr/include/ -DARGOS_LIBRARY_DIRS=${STAGING_DIR_HOST}/usr/lib/argos3"
EXTRA_OECMAKE = "-DARGOS_BUILD_FOR=epuck -DARGOS_INCLUDE_DIRS=${STAGING_DIR_HOST}/usr/include/ -DARGOS_LIBRARY_DIRS=${STAGING_DIR_HOST}/usr/lib/argos3"
Binary file modified poky/scripts/lib/__pycache__/argparse_oe.cpython-37.pyc
Binary file not shown.
Binary file modified poky/scripts/lib/__pycache__/scriptutils.cpython-37.pyc
Binary file not shown.

0 comments on commit c0105ed

Please sign in to comment.