summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-06 23:33:27 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-07 11:52:15 +0100
commit995df14f45cd2c204b9d3903ceae7376eb27f589 (patch)
treef1c31390d981a7f73c5ba93a402167e75d1f0040
parent58e88f1969bb37997edba84895c22e288219a35d (diff)
downloadptxdist-stable/ptxdist-1.99.20.x.tar.gz
ptxdist-stable/ptxdist-1.99.20.x.tar.xz
[ptxdist] newpacket: add autoconf_class for klibc packagesstable/ptxdist-1.99.20.x
the variable autoconf_class is used in the existing target template. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit 4d636d09009419f506f4af561e1da6395f2fbd04) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rwxr-xr-xbin/ptxdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 1ec02a136..52768af65 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -980,6 +980,7 @@ newpacket() {
template=template-klibc
template_src="${PTXDIST_TOPDIR}/rules/templates/src-cmake-prog"
class=klibc-
+ autoconf_class=KLIBC_
;;
src-cmake-prog)