X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-extended%2Fibsh%2Fibsh_0.3e.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-extended%2Fibsh%2Fibsh_0.3e.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=8fdadee7f8a3864644ba7ce78df09ccad9e29099;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-extended/ibsh/ibsh_0.3e.bb b/meta-starlingx/meta-stx-integ/recipes-extended/ibsh/ibsh_0.3e.bb deleted file mode 100644 index 8fdadee..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-extended/ibsh/ibsh_0.3e.bb +++ /dev/null @@ -1,24 +0,0 @@ - -SUMMARY = "ibsh Iron Bar Shell" -DESCRIPTION = "CGCS add default users types" -SECTION = "base/shell" -HOMEPAGE = "https://sourceforge.net/projects/ibsh/" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ - file://COPYRIGHT;md5=e5ef2fe07fcba90ea59f9f1a61f7526b \ -" - -SRC_URI[md5sum] = "41ea08a03c6bd805dff1a5ff25ea1d5b" -SRC_URI[sha256sum] = "4c40d0841527c76fc75ccc27d32b575543d02d661973fc3561004efb6033206d" -SRC_URI = "https://downloads.sourceforge.net/project/ibsh/ibsh/ibsh-0.3e/ibsh-0.3e.tar.gz" - -do_install() { - cd ${S} - install -d -m0755 ${D}/${base_bindir} - install -d -m0755 ${D}/${sysconfdir}/ibsh/cmds/ - install -d -m0755 ${D}/${sysconfdir}/ibsh/xtns/ - install -m0755 ibsh ${D}/${base_bindir} - install -m0644 globals.cmds ${D}/${sysconfdir}/ibsh - install -m0644 globals.xtns ${D}/${sysconfdir}/ibsh -}