All of lore.kernel.org
 help / color / mirror / Atom feed
* [poky][master][PATCH] squashfs-tools: package squashfs-fs.h
@ 2021-05-26 18:55 Nisha Parrakat
  0 siblings, 0 replies; 3+ messages in thread
From: Nisha Parrakat @ 2021-05-26 18:55 UTC (permalink / raw)
  To: openembedded-core, raj.khem; +Cc: Nisha Parrakat

From: Nisha Parrakat <nisha.parrakat@kpit.com>

Needed to build the latest debian version
of android-tools
Fixes below error while building android-tools libext4_utils.mk
| squashfs_utils/squashfs_utils.c:27:10: fatal error: 'squashfs_fs.h' file not found
| #include "squashfs_fs.h"
|          ^~~~~~~~~~~~~~~
| 1 error generated.
| core2-64-poky-linux/android-tools/10.0.0.r36-r0/git/system/extras/debian/libext4_utils.mk:29: recipe for target 'build' failed
| make: *** [build] Error 1

Signed-off-by: Nisha Parrakat <Nisha.Parrakat@kpit.com>
---
 meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index 2b1409d78d..137e5097fa 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -32,7 +32,9 @@ do_compile() {
 }

 do_install() {
+       install -d "${D}${includedir}"
        oe_runmake install INSTALL_DIR=${D}${sbindir}
+       install -m 0644 "${S}"/squashfs_fs.h "${D}${includedir}"
 }

 ARM_INSTRUCTION_SET_armv4 = "arm"
--
2.17.1

This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [poky][master][PATCH] squashfs-tools: package squashfs-fs.h
@ 2021-05-26 20:03 Nisha Parrakat
  0 siblings, 0 replies; 3+ messages in thread
From: Nisha Parrakat @ 2021-05-26 20:03 UTC (permalink / raw)
  To: openembedded-core, raj.khem; +Cc: Nisha Parrakat

Needed to build the latest debian version
of android-tools
Fixes below error while building android-tools libext4_utils.mk
| squashfs_utils/squashfs_utils.c:27:10: fatal error: 'squashfs_fs.h' file not found
| #include "squashfs_fs.h"
|          ^~~~~~~~~~~~~~~
| 1 error generated.
| core2-64-poky-linux/android-tools/10.0.0.r36-r0/git/system/extras/debian/libext4_utils.mk:29: recipe for target 'build' failed
| make: *** [build] Error 1

Signed-off-by: Nisha Parrakat <Nisha.Parrakat@kpit.com>
Signed-off-by: Nisha Parrakat <nishaparrakat@gmail.com>
---
 meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index 2b1409d78d..137e5097fa 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -32,7 +32,9 @@ do_compile() {
 }
 
 do_install() {
+	install -d "${D}${includedir}"
 	oe_runmake install INSTALL_DIR=${D}${sbindir}
+	install -m 0644 "${S}"/squashfs_fs.h "${D}${includedir}"
 }
 
 ARM_INSTRUCTION_SET_armv4 = "arm"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [poky][master][PATCH] squashfs-tools: package squashfs-fs.h
@ 2021-05-25 11:34 Nisha Parrakat
  0 siblings, 0 replies; 3+ messages in thread
From: Nisha Parrakat @ 2021-05-25 11:34 UTC (permalink / raw)
  To: openembedded-core, raj.khem; +Cc: nisha.parrakat

From: Nisha Parrakat <nisha.parrakat@kpit.com>

Needed to build the latest debian version
of android-tools
Fixes below error while building android-tools libext4_utils.mk
| squashfs_utils/squashfs_utils.c:27:10: fatal error: 'squashfs_fs.h' file not found
| #include "squashfs_fs.h"
|          ^~~~~~~~~~~~~~~
| 1 error generated.
| core2-64-poky-linux/android-tools/10.0.0.r36-r0/git/system/extras/debian/libext4_utils.mk:29: recipe for target 'build' failed
| make: *** [build] Error 1

Signed-off-by: Nisha Parrakat <Nisha.Parrakat@kpit.com>
---
 meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index 2b1409d78d..137e5097fa 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -32,7 +32,9 @@ do_compile() {
 }

 do_install() {
+       install -d "${D}${includedir}"
        oe_runmake install INSTALL_DIR=${D}${sbindir}
+       install -m 0644 "${S}"/squashfs_fs.h "${D}${includedir}"
 }

 ARM_INSTRUCTION_SET_armv4 = "arm"
--
2.17.1

This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-26 20:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 18:55 [poky][master][PATCH] squashfs-tools: package squashfs-fs.h Nisha Parrakat
  -- strict thread matches above, loose matches on Subject: below --
2021-05-26 20:03 Nisha Parrakat
2021-05-25 11:34 Nisha Parrakat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.