From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Thu, 15 Aug 2019 12:04:55 +0000 Subject: [Buildroot] [Bug 11741] pigpio does not build host-pigpio. In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=11741 --- Comment #1 from Ivan --- It is only 3 ".h" files that are not being installed in staging. Just adding these 3 lines to pigpio.mk would solve this issue: diff a/package/pigpio.mk b/package/pigpio.mk 22a23,25 > $(INSTALL) -D -m 0644 $(@D)/pigpio.h $(STAGING_DIR)/usr/include/pigpio.h > $(INSTALL) -D -m 0644 $(@D)/pigpiod_if.h $(STAGING_DIR)/usr/include/pigpiod_if.h > $(INSTALL) -D -m 0644 $(@D)/pigpiod_if2.h $(STAGING_DIR)/usr/include/pigpiod_if2.h -- You are receiving this mail because: You are on the CC list for the bug.